Lines Matching refs:SkPaint
102 const SkPaint& paint) {
187 int SkPDFGraphicState::Find(const SkPaint& paint) {
197 SkPDFGraphicState::SkPDFGraphicState(const SkPaint& paint)
214 SK_COMPILE_ASSERT(SkPaint::kButt_Cap == 0, paint_cap_mismatch);
215 SK_COMPILE_ASSERT(SkPaint::kRound_Cap == 1, paint_cap_mismatch);
216 SK_COMPILE_ASSERT(SkPaint::kSquare_Cap == 2, paint_cap_mismatch);
217 SK_COMPILE_ASSERT(SkPaint::kCapCount == 3, paint_cap_mismatch);
221 SK_COMPILE_ASSERT(SkPaint::kMiter_Join == 0, paint_join_mismatch);
222 SK_COMPILE_ASSERT(SkPaint::kRound_Join == 1, paint_join_mismatch);
223 SK_COMPILE_ASSERT(SkPaint::kBevel_Join == 2, paint_join_mismatch);
224 SK_COMPILE_ASSERT(SkPaint::kJoinCount == 3, paint_join_mismatch);
246 // We're only interested in some fields of the SkPaint, so we have a custom
250 const SkPaint* a = fPaint;
251 const SkPaint* b = gs.fPaint;