Home
last modified time | relevance | path

Searched refs:fModeFlags (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/utils/
DSkPatchGrid.cpp14 , fModeFlags(kNone_VertexType) in SkPatchGrid()
62 if ((fModeFlags & kColors_VertexType) && colors) { in setPatch()
69 if ((fModeFlags & kTexs_VertexType) && texCoords) { in setPatch()
105 if ((fModeFlags & kColors_VertexType) && colors) { in getPatch()
112 if ((fModeFlags & kTexs_VertexType) && texCoords) { in getPatch()
131 fModeFlags = flags; in reset()
141 if (fModeFlags & kColors_VertexType) { in reset()
146 if (fModeFlags & kTexs_VertexType) { in reset()
178 fModeFlags & kColors_VertexType ? colors : nullptr, in draw()
179 fModeFlags & kTexs_VertexType ? texCoords : nullptr, in draw()
DSkPatchGrid.h134 VertexType fModeFlags; variable
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp68 fModeFlags = fRXPat->fFlags | 0x80000000; in RegexCompile()
157 if (fModeFlags & UREGEX_LITERAL) { in compile()
479 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
513 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
540 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
588 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
616 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
666 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
719 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
800 if (fModeFlags & UREGEX_UNIX_LINES) { in doParseActions()
[all …]
Dregexcmp.h167 int32_t fModeFlags; // Match Flags. (Case Insensitive, etc.) variable