HomeSort by relevance Sort by last modified time
    Searched refs:fUnion (Results 1 - 12 of 12) 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/icu4c/i18n/unicode/
sortkey.h 256 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
259 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
262 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity;
301 * fUnion provides 32 bytes for the internal buffer or for
311 } fUnion;
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 56 fUnion.fU32 = 0;
57 fUnion.fR.fWeight = kNormal_Weight;
58 fUnion.fR.fWidth = kNormal_Width;
59 fUnion.fR.fSlant = kUpright_Slant;
63 fUnion.fU32 = 0;
64 fUnion.fR.fWeight = SkPin32(weight, kThin_Weight, kBlack_Weight);
65 fUnion.fR.fWidth = SkPin32(width, kUltraCondensed_Width, kUltaExpanded_Width);
66 fUnion.fR.fSlant = SkPin32(slant, kUpright_Slant, kItalic_Slant);
  /external/skia/src/core/
SkFontHost.cpp 56 fUnion.fU32 = 0;
57 fUnion.fR.fWeight = kNormal_Weight;
58 fUnion.fR.fWidth = kNormal_Width;
59 fUnion.fR.fSlant = kUpright_Slant;
63 fUnion.fU32 = 0;
64 fUnion.fR.fWeight = SkPin32(weight, kThin_Weight, kBlack_Weight);
65 fUnion.fR.fWidth = SkPin32(width, kUltraCondensed_Width, kUltaExpanded_Width);
66 fUnion.fR.fSlant = SkPin32(slant, kUpright_Slant, kItalic_Slant);
  /external/icu4c/i18n/
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;
  /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/icu4c/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);
202 fUnion.fStackBuffer[0] = ch;
211 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
385 fUnion.fFields.fArray = (UChar *)array;
386 fUnion.fFields.fCapacity = (int32_t)((words - 1) * (sizeof(int32_t) / U_SIZEOF_UCHAR));
390 fUnion.fFields.fArray = 0;
391 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/icu4c/common/unicode/
unistr.h     [all...]

Completed in 769 milliseconds