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

  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 349 int tbd; member in struct:vpx_codec_priv::__anon23094
  /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...]

Completed in 316 milliseconds