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

  /external/webkit/Source/WebKit/android/nav/
FindCanvas.h 205 FindBounder mBounder;
CachedRoot.cpp 139 BoundsCanvas(CommonCheck* bounder) : mBounder(*bounder) {
145 mBounder.setType(CommonCheck::kDrawPaint_Type);
151 mBounder.setType(CommonCheck::kDrawPoints_Type);
156 mBounder.setType(CommonCheck::kDrawRect_Type);
161 mBounder.setType(CommonCheck::kDrawPath_Type);
167 mBounder.setType(CommonCheck::kDrawBitmap_Type);
168 mBounder.setIsOpaque(bitmap.isOpaque());
174 mBounder.setType(CommonCheck::kDrawSprite_Type);
175 mBounder.setIsOpaque(bitmap.isOpaque() &&
182 mBounder.setEmpty()
    [all...]

Completed in 977 milliseconds