OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fType
(Results
1 - 25
of
37
) sorted by null
1
2
/external/skia/src/animator/
SkOpArray.h
14
SkOperand2::OpType getType() { return
fType
; }
16
fType
= type;
19
SkOperand2::OpType
fType
;
SkTypedArray.h
29
SkDisplayTypes getType() { return
fType
; }
30
SkScriptEngine::SkOpType getOpType() { return SkScriptEngine::ToOpType(
fType
); }
33
fType
= type;
36
SkDisplayTypes
fType
;
SkAnimatorScript.h
29
SkDisplayTypes
fType
;
SkAnimatorScript2.h
13
SkDisplayTypes
fType
;
SkOperandInterpolator.h
47
SkDisplayTypes
fType
;
SkOperand.h
43
SkDisplayTypes
fType
;
44
SkTypedArray* getArray() { SkASSERT(
fType
== SkType_Array); return fOperand.fArray; }
45
SkDisplayable* getDisplayable() { SkASSERT(
fType
== SkType_Displayable); return fOperand.fDisplayable; }
46
SkDrawable* getDrawable() { SkASSERT(
fType
== SkType_Drawable); return fOperand.fDrawable; }
47
int32_t getS32(SkAnimateMaker* maker) { SkASSERT(
fType
== SkType_Int ||
fType
== SkType_Boolean ||
48
SkDisplayType::IsEnum(maker,
fType
)); return fOperand.fS32; }
49
SkMSec getMSec() { SkASSERT(
fType
== SkType_MSec); return fOperand.fMSec; }
50
SkScalar getScalar() { SkASSERT(
fType
== SkType_Float); return fOperand.fScalar; }
51
SkString* getString() { SkASSERT(
fType
== SkType_String); return fOperand.fString;
[
all
...]
SkScriptDecompile.cpp
101
SkOperand2::OpType
fType
;
124
SkASSERT(gOperandNames[index].
fType
== type);
127
SkASSERT(gOperandNames[++index].
fType
== type);
SkMemberInfo.h
41
// then
fType
can be type, so caller doesn't have to check
45
SkDisplayTypes
fType
;
50
unsigned char
fType
;
54
SkASSERT(
fType
== SkType_Array);
58
SkASSERT(
fType
== SkType_MemberFunction);
63
return
fType
== SkType_MemberProperty ||
fType
== SkType_Array ||
64
fType
== SkType_MemberFunction ? 1 : fCount;
70
return
fType
== SkType_MemberProperty ||
fType
== SkType_Array |
[
all
...]
SkOperand2.h
36
SkOperand2::OpType
fType
: 8;
39
SkOpArray* getArray() { SkASSERT(
fType
== SkOperand2::kArray); return fOperand.fArray; }
40
void* getObject() { SkASSERT(
fType
== SkOperand2::kObject); return fOperand.fObject; }
41
int32_t getS32() { SkASSERT(
fType
== SkOperand2::kS32); return fOperand.fS32; }
42
SkScalar getScalar() { SkASSERT(
fType
== SkOperand2::kScalar); return fOperand.fScalar; }
43
SkString* getString() { SkASSERT(
fType
== SkOperand2::kString); return fOperand.fString; }
SkDisplayXMLParser.h
82
SkDisplayTypes
fType
;
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c
102
OMX_U8 i,
fType
, escape;
111
fType
= 0; /* Not in escape mode */
153
fType
= 3;
157
fType
= 2;
162
fType
= 1;
166
if (
fType
< 3)
193
if (
fType
== 1)
197
else if (
fType
== 2)
230
if (
fType
== 1)
234
else if (
fType
== 2
[
all
...]
/external/skia/include/pdf/
SkPDFFont.h
81
SkAdvancedTypefaceMetrics::FontType
fType
;
SkPDFShader.h
64
SkShader::GradientType
fType
;
/external/skia/src/svg/
SkSVGElements.h
52
SkSVGTypes
fType
;
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorImpl.java
46
private String
fType
;
76
fType
= type;
89
fType
= type;
105
fType
= type;
155
return
fType
;
171
fType
= null;
/external/skia/include/core/
SkPathMeasure.h
97
unsigned
fType
: 2;
SkMetaData.h
165
uint8_t
fType
;
SkAdvancedTypefaceMetrics.h
49
FontType
fType
;
96
MetricType
fType
;
/external/skia/tests/
MetaDataTest.cpp
65
SkMetaData::Type
fType
;
87
REPORTER_ASSERT(reporter, gElems[i].
fType
== t);
/external/skia/gpu/include/
GrClip.h
51
GrClipType getElementType(int i) const { return fList[i].
fType
; }
54
GrAssert(kPath_ClipType == fList[i].
fType
);
59
GrAssert(kPath_ClipType == fList[i].
fType
);
64
GrAssert(kRect_ClipType == fList[i].
fType
);
71
if (1 == fList.count() && kRect_ClipType == fList[0].
fType
) {
115
GrClipType
fType
;
121
if (e.
fType
!=
fType
|| e.fOp != fOp) {
124
switch (
fType
) {
/external/icu4c/i18n/unicode/
fmtable.h
642
Type
fType
;
647
if (
fType
!= kDate) {
/external/skia/include/views/
SkEvent.h
240
mutable char*
fType
; // may be characters with low bit set to know that it is not a pointer
/external/skia/src/ports/
SkImageDecoder_CG.cpp
135
SkImageEncoder_CG(Type t) :
fType
(t) {}
141
Type
fType
;
151
switch (
fType
) {
/external/icu4c/common/
rbbinode.h
54
NodeType
fType
;
/external/icu4c/tools/genrb/
reslist.h
108
int8_t
fType
; /* determined by table_write16() for table_preWrite() & table_write() */
169
int8_t
fType
; /* nominal type: fRes (when != 0xffffffff) may use subtype */
Completed in 1072 milliseconds
1
2