Lines Matching refs:SkPaint
114 DrawOp(SkPaint* paint)
191 SkPaint* getPaint(OpenGLRenderer& renderer) {
212 SkPaint* mPaint; // should be accessed via getPaint() when applying
218 DrawBoundedOp(float left, float top, float right, float bottom, SkPaint* paint)
221 DrawBoundedOp(const Rect& localBounds, SkPaint* paint)
227 DrawBoundedOp(const float* points, int count, SkPaint* paint)
238 DrawBoundedOp(SkPaint* paint): DrawOp(paint) { }
732 DrawBitmapOp(SkBitmap* bitmap, float left, float top, SkPaint* paint)
840 DrawBitmapMatrixOp(SkBitmap* bitmap, SkMatrix* matrix, SkPaint* paint)
870 float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint)
899 DrawBitmapDataOp(SkBitmap* bitmap, float left, float top, SkPaint* paint)
922 float* vertices, int* colors, SkPaint* paint)
954 float left, float top, float right, float bottom, SkPaint* paint)
1119 DrawStrokableOp(float left, float top, float right, float bottom, SkPaint* paint)
1124 if (mPaint && mPaint->getStyle() != SkPaint::kFill_Style) {
1144 DrawRectOp(float left, float top, float right, float bottom, SkPaint* paint)
1160 mPaint->getStyle() == SkPaint::kFill_Style;
1168 DrawRectsOp(const float* rects, int count, SkPaint* paint)
1195 float rx, float ry, SkPaint* paint)
1216 DrawCircleOp(float x, float y, float radius, SkPaint* paint)
1238 DrawOvalOp(float left, float top, float right, float bottom, SkPaint* paint)
1256 float startAngle, float sweepAngle, bool useCenter, SkPaint* paint)
1281 DrawPathOp(SkPath* path, SkPaint* paint)
1297 SkPaint* paint = getPaint(renderer);
1315 DrawLinesOp(float* points, int count, SkPaint* paint)
1345 DrawPointsOp(float* points, int count, SkPaint* paint)
1361 DrawSomeTextOp(const char* text, int bytesCount, int count, SkPaint* paint)
1370 SkPaint* paint = getPaint(renderer);
1388 SkPath* path, float hOffset, float vOffset, SkPaint* paint)
1410 const float* positions, SkPaint* paint)
1428 const float* positions, SkPaint* paint, float totalAdvance, const Rect& bounds)
1436 SkPaint* paint = getPaint(renderer);
1450 bool noDecorations = !(mPaint->getFlags() & (SkPaint::kUnderlineText_Flag |
1451 SkPaint::kStrikeThruText_Flag));