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

  /external/skia/include/core/
SkPaint.h 765 kForward_TextBufferDirection,
786 TextBufferDirection tbd = kForward_TextBufferDirection)
    [all...]
  /external/skia/src/core/
SkPaint.cpp 752 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
875 if (SkPaint::kForward_TextBufferDirection == tbd)
967 return (kForward_TextBufferDirection == tbd) ?
1059 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 457 tbd = SkPaint::kForward_TextBufferDirection;
480 SkPaint::kForward_TextBufferDirection :

Completed in 47 milliseconds