Home
last modified time | relevance | path

Searched refs:mBounder (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedRoot.cpp220 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()
253 mBounder.setIsOpaque(bitmap.isOpaque()); in commonDrawBitmap()
259 mBounder.setType(CommonCheck::kDrawSprite_Type); in drawSprite()
260 mBounder.setIsOpaque(bitmap.isOpaque()); in drawSprite()
266 mBounder.setEmpty(); in drawText()
[all …]
DSelectText.cpp165 setBounder(&mBounder); in SpaceCanvas()
173 SpaceBounds mBounder; member in android::SpaceCanvas
288 const SkBounder::GlyphRec& g1 = spaceChecker.mBounder.mFirstGlyph; in isSpace()
289 const SkBounder::GlyphRec& g2 = spaceChecker.mBounder.mLastGlyph; in isSpace()
999 : mBounder(*bounder) { in TextCanvas()
1035 mBounder.setUp(paint, getTotalMatrix(), y, text); in drawText()
1042 mBounder.setUp(paint, getTotalMatrix(), constY, text); in drawPosTextH()
1053 CommonCheck& mBounder; member in android::TextCanvas
DFindCanvas.h201 FindBounder mBounder; variable
DFindCanvas.cpp129 setBounder(&mBounder); in FindCanvas()