Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPaint.h814 kForward_TextBufferDirection, enumerator
838 TextBufferDirection tbd = kForward_TextBufferDirection)
/external/skia/src/core/
DSkPaint.cpp909 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection, in measure_text()
1025 if (SkPaint::kForward_TextBufferDirection == tbd) { in chooseTextBufferPred()
1113 return (kForward_TextBufferDirection == tbd) ? in breakText()
1199 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection, in getTextWidths()
2068 fGlyphCacheProc = paint.getMeasureCacheProc(SkPaint::kForward_TextBufferDirection, in SkTextToPathIter()
DSkDraw.cpp2008 SkPaint::kForward_TextBufferDirection, true); in drawPosTextOnPath()
/external/skia/samplecode/
DSampleText.cpp246 SkPaint::kForward_TextBufferDirection)) { in test_break()