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

  /external/icu/icu4c/source/layout/
LEGlyphStorage.h 259 * @param auxData the auxillary data array will be copied to this address
264 void getAuxData(le_uint32 auxData[], LEErrorCode &success) const;
356 * all of the relevant glyph information ( glyph, indices, positions, and auxData ),
358 * to be set in the target glyph's auxData so that it won't be reprocessed later in the
433 * @param auxData the new auxillary data
438 void setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success);
LEGlyphStorage.cpp 330 void LEGlyphStorage::getAuxData(le_uint32 auxData[], LEErrorCode &success) const
336 if (auxData == NULL) {
346 LE_ARRAY_COPY(auxData, fAuxData, fGlyphCount);
368 void LEGlyphStorage::setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success)
384 fAuxData[glyphIndex] = auxData;
IndicReordering.cpp 292 void insertCharacter( LEUnicode ch, le_int32 toPosition, le_int32 charIndex, le_uint32 auxData ) {
305 fGlyphStorage.setAuxData(toPosition,auxData,success);
    [all...]
  /external/skia/src/gpu/
GrTextContext.cpp 248 void* auxData;
251 if (cache->getAuxProcData(GlyphCacheAuxProc, &auxData)) {
252 scaler = (GrFontScaler*)auxData;
  /external/skia/src/core/
SkGlyphCache.h 121 void setAuxProc(void (*auxProc)(void*), void* auxData);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 525 String auxData, boolean primary) {
537 values.put(ContactMethods.AUX_DATA, auxData);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 491 milliseconds