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

  /frameworks/base/core/jni/android/graphics/
Paint.cpp 685 SkPaint::TextBufferDirection tbd) {
693 SkFloatToScalar(maxWidth), &measured, tbd);
709 SkPaint::TextBufferDirection tbd; local
711 tbd = SkPaint::kBackward_TextBufferDirection;
715 tbd = SkPaint::kForward_TextBufferDirection;
726 jmeasuredWidth, tbd);
737 SkPaint::TextBufferDirection tbd = forwards ? local
745 jmeasuredWidth, tbd);
    [all...]
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 351 int tbd; member in struct:vpx_codec_priv::__anon8511
  /external/skia/src/core/
SkPaint.cpp 716 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd,
738 if (kBackward_TextBufferDirection == tbd) {
1022 static SkTextBufferPred chooseTextBufferPred(SkPaint::TextBufferDirection tbd,
1025 if (SkPaint::kForward_TextBufferDirection == tbd) {
1038 TextBufferDirection tbd) const {
1069 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(tbd, false);
1071 SkTextBufferPred pred = chooseTextBufferPred(tbd, &text, length, &stop);
    [all...]
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c     [all...]

Completed in 69 milliseconds