HomeSort by relevance Sort by last modified time
    Searched refs:fModeFlags (Results 1 - 4 of 4) sorted by null

  /external/skia/src/utils/
SkPatchGrid.cpp 14 , fModeFlags(kNone_VertexType)
62 if ((fModeFlags & kColors_VertexType) && colors) {
69 if ((fModeFlags & kTexs_VertexType) && texCoords) {
105 if ((fModeFlags & kColors_VertexType) && colors) {
112 if ((fModeFlags & kTexs_VertexType) && texCoords) {
131 fModeFlags = flags;
141 if (fModeFlags & kColors_VertexType) {
146 if (fModeFlags & kTexs_VertexType) {
178 fModeFlags & kColors_VertexType ? colors : nullptr,
179 fModeFlags & kTexs_VertexType ? texCoords : nullptr
    [all...]
SkPatchGrid.h 134 VertexType fModeFlags;
  /external/icu/icu4c/source/i18n/
regexcmp.cpp 68 fModeFlags = fRXPat->fFlags | 0x80000000;
157 if (fModeFlags & UREGEX_LITERAL) {
479 fParenStack.push(fModeFlags, *fStatus); // Match mode state
513 fParenStack.push(fModeFlags, *fStatus); // Match mode state
540 fParenStack.push(fModeFlags, *fStatus); // Match mode state
588 fParenStack.push(fModeFlags, *fStatus); // Match mode state
616 fParenStack.push(fModeFlags, *fStatus); // Match mode state
666 fParenStack.push(fModeFlags, *fStatus); // Match mode state
719 fParenStack.push(fModeFlags, *fStatus); // Match mode state
    [all...]
regexcmp.h 167 int32_t fModeFlags; // Match Flags. (Case Insensitive, etc.)

Completed in 565 milliseconds