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

  /external/libvpx/vpx/internal/
vpx_codec_internal.h 351 int tbd; member in struct:vpx_codec_priv::__anon5312
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 430 SkPaint::TextBufferDirection tbd) {
435 SkFloatToScalar(maxWidth), &measured, tbd);
451 SkPaint::TextBufferDirection tbd; local
453 tbd = SkPaint::kBackward_TextBufferDirection;
457 tbd = SkPaint::kForward_TextBufferDirection;
468 jmeasuredWidth, tbd);
479 SkPaint::TextBufferDirection tbd = forwards ? local
487 jmeasuredWidth, tbd);

Completed in 46 milliseconds