Searched refs:colorArea (Results 1 – 2 of 2) sorted by relevance
87 public void removeColor(RectF colorArea) { in removeColor() argument88 mRectFColors.remove(colorArea); in removeColor()
1787 for (RectF colorArea : mLocalColorsToAdd) { in processLocalColorsInternal()1788 if (!isValid(colorArea)) continue; in processLocalColorsInternal()1789 mLocalColorAreas.add(colorArea); in processLocalColorsInternal()1790 int colorPage = getRectFPage(colorArea, finalXOffsetStep); in processLocalColorsInternal()1793 currentPage.removeColor(colorArea); in processLocalColorsInternal()