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

/external/skia/include/core/
H A DSkPaint.h838 kForward_TextBufferDirection, enumerator in enum:SkPaint::TextBufferDirection
862 TextBufferDirection tbd = kForward_TextBufferDirection)
/external/skia/samplecode/
H A DSampleText.cpp246 SkPaint::kForward_TextBufferDirection)) {
/external/skia/src/core/
H A DSkPaint.cpp918 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
1034 if (SkPaint::kForward_TextBufferDirection == tbd) {
1122 return (kForward_TextBufferDirection == tbd) ?
1208 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
2092 fGlyphCacheProc = paint.getMeasureCacheProc(SkPaint::kForward_TextBufferDirection,
H A DSkDraw.cpp2008 SkPaint::kForward_TextBufferDirection, true);

Completed in 59 milliseconds