Searched defs:tbd (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vpx/internal/
H A Dvpx_codec_internal.h351 int tbd; member in struct:vpx_codec_priv::__anon8255
/external/skia/src/core/
H A DSkPaint.cpp725 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd, argument
747 if (kBackward_TextBufferDirection == tbd) {
1031 static SkTextBufferPred chooseTextBufferPred(SkPaint::TextBufferDirection tbd,
1034 if (SkPaint::kForward_TextBufferDirection == tbd) {
1047 TextBufferDirection tbd) const {
1078 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(tbd, false);
1080 SkTextBufferPred pred = chooseTextBufferPred(tbd, &text, length, &stop);
1122 return (kForward_TextBufferDirection == tbd) ?

Completed in 92 milliseconds