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

  /external/skia/src/pdf/
SkPDFMakeToUnicodeCmap.cpp 158 int glyphOffset = 0;
160 glyphOffset = firstGlyphID - 1;
168 const int limit = (int)lastGlyphID + 1 - glyphOffset;
170 for (int i = firstGlyphID - glyphOffset; i < limit + 1; ++i) {
171 SkGlyphID gid = i + glyphOffset;
  /external/skqp/src/pdf/
SkPDFMakeToUnicodeCmap.cpp 158 int glyphOffset = 0;
160 glyphOffset = firstGlyphID - 1;
168 const int limit = (int)lastGlyphID + 1 - glyphOffset;
170 for (int i = firstGlyphID - glyphOffset; i < limit + 1; ++i) {
171 SkGlyphID gid = i + glyphOffset;
  /external/skia/modules/skshaper/src/
SkShaper_primitive.cpp 166 size_t glyphOffset = 0;
173 advances.get() + glyphOffset, &bytesCollapsed);
186 memcpy(buffer.glyphs, glyphs.get() + glyphOffset, numGlyphs * sizeof(SkGlyphID));
190 position += advances[i + glyphOffset];
203 glyphOffset += SkUTF::CountUTF8(utf8text, bytesConsumed);
  /external/freetype/src/gxvalid/
gxvmort5.c 45 * but without name. The offset is given by glyphOffset in
146 GXV_StateTable_GlyphOffsetCPtr glyphOffset,
179 currentInsertList = (FT_UShort)( glyphOffset->ul >> 16 );
180 markedInsertList = (FT_UShort)( glyphOffset->ul );
gxvcommn.c     [all...]
  /external/skia/src/gpu/text/
GrTextBlobVertexRegenerator.cpp 194 size_t glyphOffset = glyphIdx + fSubRun->glyphStartIndex();
199 SkPackedGlyphID id = fBlob->fGlyphs[glyphOffset]->fPackedID;
200 fBlob->fGlyphs[glyphOffset] = strike->getGlyph(id, fLazyCache->get());
201 SkASSERT(id == fBlob->fGlyphs[glyphOffset]->fPackedID);
203 glyph = fBlob->fGlyphs[glyphOffset];
  /external/skqp/src/gpu/text/
GrTextBlobVertexRegenerator.cpp 194 size_t glyphOffset = glyphIdx + fSubRun->glyphStartIndex();
199 SkPackedGlyphID id = fBlob->fGlyphs[glyphOffset]->fPackedID;
200 fBlob->fGlyphs[glyphOffset] = strike->getGlyph(id, fLazyCache->get());
201 SkASSERT(id == fBlob->fGlyphs[glyphOffset]->fPackedID);
203 glyph = fBlob->fGlyphs[glyphOffset];
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1397 milliseconds