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

  /external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h 48 return fUnion.fU32 == rhs.fUnion.fU32;
51 int weight() const { return fUnion.fR.fWeight; }
52 int width() const { return fUnion.fR.fWidth; }
53 Slant slant() const { return (Slant)fUnion.fR.fSlant; }
56 return kItalic_Slant == fUnion.fR.fSlant;
67 } fUnion;
  /external/skia/include/ports/
SkFontStyle.h 48 return fUnion.fU32 == rhs.fUnion.fU32;
51 int weight() const { return fUnion.fR.fWeight; }
52 int width() const { return fUnion.fR.fWidth; }
53 Slant slant() const { return (Slant)fUnion.fR.fSlant; }
56 return kItalic_Slant == fUnion.fR.fSlant;
67 } fUnion;
  /external/icu/icu4c/source/i18n/unicode/
sortkey.h 257 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
260 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
263 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity;
302 * fUnion provides 32 bytes for the internal buffer or for
312 } fUnion;
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 57 fUnion.fU32 = 0;
58 fUnion.fR.fWeight = kNormal_Weight;
59 fUnion.fR.fWidth = kNormal_Width;
60 fUnion.fR.fSlant = kUpright_Slant;
64 fUnion.fU32 = 0;
65 fUnion.fR.fWeight = SkPin32(weight, kThin_Weight, kBlack_Weight);
66 fUnion.fR.fWidth = SkPin32(width, kUltraCondensed_Width, kUltaExpanded_Width);
67 fUnion.fR.fSlant = SkPin32(slant, kUpright_Slant, kItalic_Slant);
  /external/skia/src/core/
SkFontHost.cpp 57 fUnion.fU32 = 0;
58 fUnion.fR.fWeight = kNormal_Weight;
59 fUnion.fR.fWidth = kNormal_Width;
60 fUnion.fR.fSlant = kUpright_Slant;
64 fUnion.fU32 = 0;
65 fUnion.fR.fWeight = SkPin32(weight, kThin_Weight, kBlack_Weight);
66 fUnion.fR.fWidth = SkPin32(width, kUltraCondensed_Width, kUltaExpanded_Width);
67 fUnion.fR.fSlant = SkPin32(slant, kUpright_Slant, kItalic_Slant);
  /external/icu/icu4c/source/i18n/
digitlst.h 403 } fUnion;
439 fUnion.fDouble=d;
443 fUnion.fInt64=d;
sortkey.cpp 96 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
105 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
106 fUnion.fFields.fBytes = newBytes;
107 fUnion.fFields.fCapacity = newCapacity;
digitlst.cpp 120 fUnion.fDouble = other.fUnion.fDouble;
122 fUnion.fInt64 = other.fUnion.fInt64;
416 return fUnion.fDouble;
418 return (double)fUnion.fInt64;
519 return fUnion.fInt64;
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 121 { umtx_atomic_inc((int32_t *)fUnion.fFields.fArray - 1);}
125 { return umtx_atomic_dec((int32_t *)fUnion.fFields.fArray - 1);}
133 int32_t count = *((int32_t *)fUnion.fFields.fArray - 1);
141 uprv_free((int32_t *)fUnion.fFields.fArray - 1);
204 fUnion.fStackBuffer[0] = ch;
213 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
383 fUnion.fFields.fArray = (UChar *)array;
384 fUnion.fFields.fCapacity = (int32_t)((words - 1) * (sizeof(int32_t) / U_SIZEOF_UCHAR));
388 fUnion.fFields.fArray = 0;
389 fUnion.fFields.fCapacity = 0
    [all...]
unistr_case.cpp 114 u_memcpy(oldStackBuffer, fUnion.fStackBuffer, fShortLength);
  /external/icu/icu4c/source/common/
unistr.cpp 121 umtx_atomic_inc((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
126 return umtx_atomic_dec((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
131 return umtx_loadAcquire(*((u_atomic_int32_t *)fUnion.fFields.fArray - 1));
137 uprv_free((int32_t *)fUnion.fFields.fArray - 1);
198 fUnion.fStackBuffer[0] = ch;
207 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
381 fUnion.fFields.fArray = (UChar *)array;
382 fUnion.fFields.fCapacity = (int32_t)((words - 1) * (sizeof(int32_t) / U_SIZEOF_UCHAR));
386 fUnion.fFields.fArray = 0;
387 fUnion.fFields.fCapacity = 0
    [all...]
unistr_case.cpp 105 u_memcpy(oldStackBuffer, fUnion.fStackBuffer, fShortLength);
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 238 milliseconds