OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbd
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/jni/android/graphics/
Paint.cpp
740
SkPaint::TextBufferDirection
tbd
) {
745
SkFloatToScalar(maxWidth), &measured,
tbd
);
761
SkPaint::TextBufferDirection
tbd
;
local
763
tbd
= SkPaint::kBackward_TextBufferDirection;
767
tbd
= SkPaint::kForward_TextBufferDirection;
778
jmeasuredWidth,
tbd
);
789
SkPaint::TextBufferDirection
tbd
= forwards ?
local
797
jmeasuredWidth,
tbd
);
[
all
...]
/external/skia/src/core/
SkPaint.cpp
629
SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection
tbd
,
651
if (kBackward_TextBufferDirection ==
tbd
) {
909
static SkTextBufferPred chooseTextBufferPred(SkPaint::TextBufferDirection
tbd
,
912
if (SkPaint::kForward_TextBufferDirection ==
tbd
) {
925
TextBufferDirection
tbd
) const {
949
SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(
tbd
, false);
951
SkTextBufferPred pred = chooseTextBufferPred(
tbd
, &text, length, &stop);
992
return (kForward_TextBufferDirection ==
tbd
) ?
[
all
...]
/external/libvpx/vpx/internal/
vpx_codec_internal.h
351
int
tbd
;
member in struct:vpx_codec_priv::__anon7491
/external/skia/include/core/
SkPaint.h
788
@param
tbd
Optional. The direction the text buffer should be
795
TextBufferDirection
tbd
= kForward_TextBufferDirection)
[
all
...]
/external/libvpx/vp8/
vp8_cx_iface.c
[
all
...]
Completed in 209 milliseconds