Searched refs:tbd (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h383 int tbd; member in struct:vpx_codec_priv::__anon24984
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp800 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd, argument
826 if (kBackward_TextBufferDirection == tbd) {
1145 static SkTextBufferPred chooseTextBufferPred(SkPaint::TextBufferDirection tbd, argument
1148 if (SkPaint::kForward_TextBufferDirection == tbd) {
1161 TextBufferDirection tbd) const {
1191 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc(tbd, false);
1193 SkTextBufferPred pred = chooseTextBufferPred(tbd, &text, length, &stop);
1235 return (kForward_TextBufferDirection == tbd) ?
/external/skia/src/core/
H A DSkPaint.cpp832 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd, argument
858 if (kBackward_TextBufferDirection == tbd) {
1184 static SkTextBufferPred chooseTextBufferPred(SkPaint::TextBufferDirection tbd, argument
1187 if (SkPaint::kForward_TextBufferDirection == tbd) {
1200 TextBufferDirection tbd) const {
1230 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc(tbd, false);
1232 SkTextBufferPred pred = chooseTextBufferPred(tbd, &text, length, &stop);
1274 return (kForward_TextBufferDirection == tbd) ?
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h904 * @param tbd Optional. The direction the text buffer should be
911 TextBufferDirection tbd = kForward_TextBufferDirection)
/external/skia/include/core/
H A DSkPaint.h902 * @param tbd Optional. The direction the text buffer should be
909 TextBufferDirection tbd = kForward_TextBufferDirection)

Completed in 141 milliseconds