HomeSort by relevance Sort by last modified time
    Searched defs:glyphID (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/layout/
CursiveAttachmentSubtables.cpp 19 LEGlyphID glyphID = glyphIterator->getCurrGlyphID();
20 le_int32 coverageIndex = getGlyphCoverage(base, glyphID, success);
35 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor);
44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
GlyphPositionAdjustments.cpp 107 LEGlyphID glyphID = glyphStorage[i];
120 fontInstance->getGlyphAdvance(glyphID, pixels);
141 lastExitGlyphID = glyphID;
GlyphIterator.cpp 201 void GlyphIterator::setCurrGlyphID(TTGlyphID glyphID)
205 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID);
370 LEGlyphID glyphID = glyphStorage[index];
372 if (!filterCacheValid || filterCache.id != glyphID) {
373 filterCache.id = glyphID;
377 if (LE_GET_GLYPH(glyphID) >= 0xFFFE) {
383 glyphClass = glyphClassDefinitionTable->getGlyphClass(glyphClassDefinitionTable, glyphID, success);
406 -> getGlyphClass(markAttachClassDefinitionTable, glyphID, success) != markAttachType);
  /external/skia/include/gpu/
GrGlyph.h 49 uint16_t glyphID() const { return UnpackID(fPackedID); }
58 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) {
61 return (x << 18) | (y << 16) | glyphID;
  /external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h 50 uint16_t glyphID() const { return UnpackID(fPackedID); }
59 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) {
62 return (x << 18) | (y << 16) | glyphID;
  /external/chromium_org/third_party/skia/tests/
PDFPrimitivesTest.cpp 338 uint16_t glyphID = 65000;
339 c.drawText(&glyphID, 2, 0, 0, paint);
  /external/skia/tests/
PDFPrimitivesTest.cpp 337 uint16_t glyphID = 65000;
338 c.drawText(&glyphID, 2, 0, 0, paint);
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_android.cpp 368 uint16_t glyphID;
369 paint.textToGlyphs(&character, sizeof(character), &glyphID);
370 if (glyphID != 0) {
SkFontHost_win.cpp 533 uint16_t glyphID = glyph.getGlyphID();
534 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, NULL, reinterpret_cast<LPCWSTR>(&glyphID), 1, NULL);
915 UINT glyphId = glyph->getGlyphID();
920 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
923 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-cmap-table.hh 194 ULONG glyphID; /* Glyph index; interpretation depends on
223 ArrayOf<GlyphID, UINT>
265 { return group.glyphID + (u - group.startCharCode); }
272 { return group.glyphID; }
318 GlyphID glyphID; /* Glyph ID of the UVS */
340 *glyph = nonDefaults[i].glyphID;
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 194 ULONG glyphID; /* Glyph index; interpretation depends on
223 ArrayOf<GlyphID, UINT>
265 { return group.glyphID + (u - group.startCharCode); }
272 { return group.glyphID; }
318 GlyphID glyphID; /* Glyph ID of the UVS */
340 *glyph = nonDefaults[i].glyphID;
  /external/skia/src/core/
SkScalerContext.cpp 194 unsigned glyphID = glyph.getGlyphID();
198 if (glyphID < count) {
201 glyphID -= count;
213 uint16_t* glyphID) {
218 if (NULL != glyphID) {
219 *glyphID = glyph;
268 // add the ctx's base, making glyphID unique for chain of contexts
269 unsigned glyphID = tempID + ctx->fBaseGlyphCount;
270 // check for overflow of 16bits, since our glyphID cannot exceed that
271 if (glyphID > 0xFFFF)
    [all...]
SkPaint.cpp 606 const uint16_t* glyphID = static_cast<const uint16_t*>(textData);
609 if (0 == glyphID[i]) {
736 unsigned glyphID = *ptr;
739 return cache->getGlyphIDMetrics(glyphID);
749 unsigned glyphID = *ptr;
751 return cache->getGlyphIDMetrics(glyphID);
814 unsigned glyphID = *ptr;
817 return cache->getGlyphIDAdvance(glyphID);
827 unsigned glyphID = *ptr;
829 return cache->getGlyphIDAdvance(glyphID);
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 107 SkTypeface* getTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
541 uint16_t glyphID;
542 paint.textToGlyphs(&uni, sizeof(uni), &glyphID);
543 if (glyphID != 0) {
685 SkTypeface* SkFontConfigInterfaceAndroid::getTypefaceForGlyphID(uint16_t glyphID,
698 if (glyphID < upperBounds) {
722 if (glyphID < upperBounds) {
771 SkTypeface* SkGetTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
775 return fontConfig->getTypefaceForGlyphID(glyphID, origTypeface, options,
    [all...]
SkFontHost_win.cpp 532 uint16_t glyphID = glyph.getGlyphID();
533 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, NULL, reinterpret_cast<LPCWSTR>(&glyphID), 1, NULL);
915 UINT glyphId = glyph->getGlyphID(0);
920 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
923 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 574 const uint16_t* glyphID = static_cast<const uint16_t*>(textData);
577 if (0 == glyphID[i]) {
704 unsigned glyphID = *ptr;
707 return cache->getGlyphIDMetrics(glyphID);
717 unsigned glyphID = *ptr;
719 return cache->getGlyphIDMetrics(glyphID);
782 unsigned glyphID = *ptr;
785 return cache->getGlyphIDAdvance(glyphID);
795 unsigned glyphID = *ptr;
797 return cache->getGlyphIDAdvance(glyphID);
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 2074 milliseconds