/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 702 SkPaint::TextBufferDirection tbd) { 710 SkFloatToScalar(maxWidth), &measured, tbd); 726 SkPaint::TextBufferDirection tbd; local 728 tbd = SkPaint::kBackward_TextBufferDirection; 732 tbd = SkPaint::kForward_TextBufferDirection; 743 bidiFlags, jmeasuredWidth, tbd); 754 SkPaint::TextBufferDirection tbd = forwards ? local 761 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::__anon24046
|
/external/chromium_org/third_party/skia/src/core/ |
SkPaint.cpp | 813 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd, 839 if (kBackward_TextBufferDirection == tbd) { [all...] |
/external/skia/src/core/ |
SkPaint.cpp | 813 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd, 839 if (kBackward_TextBufferDirection == tbd) { [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkPaint.h | [all...] |
/external/skia/include/core/ |
SkPaint.h | [all...] |