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()
1859 for (RectF colorArea : mLocalColorsToAdd) { in processLocalColorsInternal()1860 if (!isValid(colorArea)) continue; in processLocalColorsInternal()1861 mLocalColorAreas.add(colorArea); in processLocalColorsInternal()1862 int colorPage = getRectFPage(colorArea, finalXOffsetStep); in processLocalColorsInternal()1865 currentPage.removeColor(colorArea); in processLocalColorsInternal()