Searched refs:fUnion (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/include/ports/
H A DSkFontStyle.h48 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; member in class:SkFontStyle
/external/skia/include/ports/
H A DSkFontStyle.h48 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; member in class:SkFontStyle
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h256 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; member in class:CollationKey
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h257 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; member in class:CollationKey
/external/chromium_org/third_party/skia/src/core/
H A DSkFontHost.cpp57 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/
H A DSkFontHost.cpp57 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/chromium_org/third_party/icu/source/i18n/
H A Dsortkey.cpp96 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;
H A Ddigitlst.h403 } fUnion; member in class:DigitList
434 fUnion.fDouble=d;
438 fUnion.fInt64=d;
H A Ddigitlst.cpp124 fUnion.fDouble = other.fUnion.fDouble;
126 fUnion.fInt64 = other.fUnion.fInt64;
420 return fUnion.fDouble;
422 return (double)fUnion.fInt64;
523 return fUnion.fInt64;
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp96 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;
H A Ddigitlst.h403 } fUnion; member in class:DigitList
439 fUnion.fDouble=d;
443 fUnion.fInt64=d;
H A Ddigitlst.cpp120 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/
H A Dunistr.cpp121 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
[all...]
H A Dunistr_case.cpp105 u_memcpy(oldStackBuffer, fUnion.fStackBuffer, fShortLength);
/external/icu/icu4c/source/common/
H A Dunistr.cpp121 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
[all...]
H A Dunistr_case.cpp105 u_memcpy(oldStackBuffer, fUnion.fStackBuffer, fShortLength);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h3481 kUsingStackBuffer=2,// using fUnion.fStackBuffer instead of fUnion.fFields
3498 friend union StackBufferOrFields; // make US_STACKBUF_SIZE visible inside fUnion
3516 * - offsetof(UnicodeString, fUnion)
3517 * - sizeof(fUnion)
3526 * so that fRestOfStackBuffer (which holds a few more UChars) immediately follows after fUnion,
3544 } fUnion; member in class:UnicodeString
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3600 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3481 kUsingStackBuffer=2,// using fUnion.fStackBuffer instead of fUnion.fFields
3498 friend union StackBufferOrFields; // make US_STACKBUF_SIZE visible inside fUnion
3516 * - offsetof(UnicodeString, fUnion)
3517 * - sizeof(fUnion)
3526 * so that fRestOfStackBuffer (which holds a few more UChars) immediately follows after fUnion,
3544 } fUnion; member in class:UnicodeString
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3600 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion
[all...]

Completed in 2200 milliseconds