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

  /frameworks/base/core/jni/android/graphics/
Paint.cpp 700 SkPaint::TextBufferDirection tbd) {
708 SkFloatToScalar(maxWidth), &measured, tbd);
724 SkPaint::TextBufferDirection tbd; local
726 tbd = SkPaint::kBackward_TextBufferDirection;
730 tbd = SkPaint::kForward_TextBufferDirection;
741 bidiFlags, jmeasuredWidth, tbd);
752 SkPaint::TextBufferDirection tbd = forwards ? local
759 count = breakText(env, *paint, text, count, maxWidth, bidiFlags, jmeasuredWidth, tbd);
    [all...]
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 349 int tbd; member in struct:vpx_codec_priv::__anon23094
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 827 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd,
853 if (kBackward_TextBufferDirection == tbd) {
    [all...]
  /external/skia/src/core/
SkPaint.cpp 828 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd,
854 if (kBackward_TextBufferDirection == tbd) {
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h     [all...]
  /external/skia/include/core/
SkPaint.h     [all...]

Completed in 385 milliseconds