HomeSort by relevance Sort by last modified time
    Searched refs:CommonCheck (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 50 class CommonCheck : public SkBounder {
72 CommonCheck() : mType(kNo_Type), mAllOpaque(true), mIsOpaque(true) {
120 class BoundsCheck : public CommonCheck {
220 BoundsCanvas(CommonCheck* bounder) : mBounder(*bounder) {
230 mBounder.setType(CommonCheck::kDrawPaint_Type);
236 mBounder.setType(CommonCheck::kDrawPoints_Type);
241 mBounder.setType(CommonCheck::kDrawRect_Type);
246 mBounder.setType(CommonCheck::kDrawPath_Type);
252 mBounder.setType(CommonCheck::kDrawBitmap_Type);
259 mBounder.setType(CommonCheck::kDrawSprite_Type)
    [all...]
SelectText.cpp 183 class CommonCheck : public SkBounder {
185 CommonCheck(int width, int height)
339 void set(CommonCheck& check)
396 class FirstCheck : public CommonCheck {
465 typedef CommonCheck INHERITED;
470 EdgeCheck(int x, int y, const SkIRect& area, CommonCheck& last, bool left)
533 CommonCheck mLast;
539 class FindFirst : public CommonCheck {
566 typedef CommonCheck INHERITED;
595 class BuilderCheck : public CommonCheck {
    [all...]

Completed in 28 milliseconds