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

  /external/skia/src/gl/
SkGLCanvas.cpp 143 void* auxData;
144 if (cache->getAuxProcData(SkGLDevice::GlyphCacheAuxProc, &auxData)) {
146 SkGLTextCache* textCache = static_cast<SkGLTextCache*>(auxData);
SkGLDevice.cpp 618 void* auxData;
621 if (gcache->getAuxProcData(SkGLDevice::GlyphCacheAuxProc, &auxData)) {
622 textCache = (SkGLTextCache*)auxData;
  /external/icu4c/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;
357 * all of the relevant glyph information ( glyph, indices, positions, and auxData ),
359 * to be set in the target glyph's auxData so that it won't be reprocessed later in the
434 * @param auxData the new auxillary data
439 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 281 void insertCharacter( LEUnicode ch, le_int32 toPosition, le_int32 charIndex, le_uint32 auxData ) {
294 fGlyphStorage.setAuxData(toPosition,auxData,success);
    [all...]
  /external/skia/src/core/
SkGlyphCache.h 107 void setAuxProc(void (*auxProc)(void*), void* auxData);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 516 String auxData, boolean primary) {
528 values.put(ContactMethods.AUX_DATA, auxData);
    [all...]

Completed in 82 milliseconds