Home | History | Annotate | Download | only in android

Lines Matching refs:filteredPaint

92     SkPaint filteredPaint(p); \
93 Filter(&filteredPaint);
97 SkPaint* filteredPaint = (SkPaint*) p; \
99 filteredPaint = lazyPaint.set(*p); \
100 Filter(filteredPaint); \
110 fProxyTarget->drawPaint(filteredPaint);
117 fProxyTarget->drawPoints(pMode, count, pts, filteredPaint);
121 fProxyTarget->drawOval(r, filteredPaint);
125 fProxyTarget->drawRect(r, filteredPaint);
129 fProxyTarget->drawRRect(r, filteredPaint);
133 fProxyTarget->drawPath(path, filteredPaint);
140 fProxyTarget->drawBitmap(bitmap, left, top, filteredPaint);
148 fProxyTarget->drawBitmapRectToRect(bitmap, src, dst, filteredPaint, flags);
155 fProxyTarget->drawBitmapNine(bitmap, center, dst, filteredPaint);
162 fProxyTarget->drawSprite(bitmap, left, top, filteredPaint);
172 xMode, indices, indexCount, filteredPaint);
179 fProxyTarget->drawDRRect(outer, inner, filteredPaint);
188 fProxyTarget->drawText(text, byteLength, x, y, filteredPaint);
195 fProxyTarget->drawPosText(text, byteLength, pos, filteredPaint);
203 fProxyTarget->drawPosTextH(text, byteLength, xpos, constY, filteredPaint);
211 fProxyTarget->drawTextOnPath(text, byteLength, path, matrix, filteredPaint);
218 fProxyTarget->drawTextBlob(blob, x, y, filteredPaint);
227 fProxyTarget->drawPatch(cubics, colors, texCoords, xmode, filteredPaint);
236 fProxyTarget->drawImage(image, x, y, filteredPaint);
244 fProxyTarget->drawImageRect(image, in, out, filteredPaint);
251 fProxyTarget->drawPicture(picture, matrix, filteredPaint);