Searched refs:CommonCheck (Results 1 – 2 of 2) sorted by relevance
50 class CommonCheck : public SkBounder { class72 CommonCheck() : mType(kNo_Type), mAllOpaque(true), mIsOpaque(true) { in CommonCheck() function in android::CommonCheck120 class BoundsCheck : public CommonCheck {220 BoundsCanvas(CommonCheck* bounder) : mBounder(*bounder) { in BoundsCanvas()230 mBounder.setType(CommonCheck::kDrawPaint_Type); in drawPaint()236 mBounder.setType(CommonCheck::kDrawPoints_Type); in drawPoints()241 mBounder.setType(CommonCheck::kDrawRect_Type); in drawRect()246 mBounder.setType(CommonCheck::kDrawPath_Type); in drawPath()252 mBounder.setType(CommonCheck::kDrawBitmap_Type); in commonDrawBitmap()259 mBounder.setType(CommonCheck::kDrawSprite_Type); in drawSprite()[all …]
183 class CommonCheck : public SkBounder { class185 CommonCheck(int width, int height) in CommonCheck() function in android::CommonCheck339 void set(CommonCheck& check) in set()396 class FirstCheck : public CommonCheck {465 typedef CommonCheck INHERITED;470 EdgeCheck(int x, int y, const SkIRect& area, CommonCheck& last, bool left) in EdgeCheck()533 CommonCheck mLast;539 class FindFirst : public CommonCheck {566 typedef CommonCheck INHERITED;595 class BuilderCheck : public CommonCheck {[all …]