Searched refs:glyphID (Results 26 - 47 of 47) sorted by relevance

12

/external/icu4c/layout/
H A DGlyphPositionAdjustments.cpp107 LEGlyphID glyphID = glyphStorage[i]; local
120 fontInstance->getGlyphAdvance(glyphID, pixels);
141 lastExitGlyphID = glyphID;
H A DGlyphIterator.cpp193 void GlyphIterator::setCurrGlyphID(TTGlyphID glyphID) argument
197 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID);
358 LEGlyphID glyphID = glyphStorage[index]; local
361 if (LE_GET_GLYPH(glyphID) >= 0xFFFE) {
366 glyphClass = glyphClassDefinitionTable->getGlyphClass(glyphID);
389 return markAttachClassDefinitionTable->getGlyphClass(glyphID) != markAttachType;
H A DGlyphIterator.h57 void setCurrGlyphID(TTGlyphID glyphID);
H A DLEGlyphStorage.h387 * @param glyphID the new glyph ID
392 void setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success);
H A DLEGlyphStorage.cpp273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) argument
289 fGlyphs[glyphIndex] = glyphID;
/external/harfbuzz/src/
H A Dharfbuzz-gdef-private.h114 HB_UShort glyphID,
H A Dharfbuzz-gdef.c651 HB_UShort glyphID,
661 if ( glyphID >= gdef->LastGlyph )
668 if ( index < count && glyphID < gcrr[index].Start )
672 glyph_index = glyphID;
674 glyph_index = glyphID - gcrr[index - 1].End - 1;
679 glyph_index = glyphID - gcrr[index].End - 1;
691 HB_UShort glyphID,
706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index );
716 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index );
724 class = Get_New_Class( gdef, glyphID, inde
650 Get_New_Class( HB_GDEFHeader* gdef, HB_UShort glyphID, HB_UShort index ) argument
690 HB_GDEF_Get_Glyph_Property( HB_GDEFHeader* gdef, HB_UShort glyphID, HB_UShort* property ) argument
982 _HB_GDEF_Add_Glyph_Property( HB_GDEFHeader* gdef, HB_UShort glyphID, HB_UShort property ) argument
[all...]
H A Dharfbuzz-gdef.h125 HB_UShort glyphID,
H A Dharfbuzz-gsub.h52 the position of the glyph with index `glyphID', `num_alternates'
59 HB_UShort glyphID,
/external/skia/src/core/
H A DSkGlyphCache.cpp110 SkUnichar SkGlyphCache::glyphToUnichar(uint16_t glyphID) { argument
111 return fScalerContext->glyphIDToChar(glyphID);
135 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID) { argument
137 uint32_t id = SkGlyph::MakeID(glyphID);
142 glyph = this->lookupMetrics(glyphID, kJustAdvance_MetricsType);
195 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID) { argument
197 uint32_t id = SkGlyph::MakeID(glyphID);
203 glyph = this->lookupMetrics(glyphID, kFull_MetricsType);
215 const SkGlyph& SkGlyphCache::getGlyphIDMetrics(uint16_t glyphID, argument
218 uint32_t id = SkGlyph::MakeID(glyphID,
[all...]
H A DSkPaint.cpp553 const uint16_t* glyphID = static_cast<const uint16_t*>(textData); local
556 if (0 == glyphID[i]) {
651 unsigned glyphID = *ptr; local
654 return cache->getGlyphIDMetrics(glyphID);
664 unsigned glyphID = *ptr; local
666 return cache->getGlyphIDMetrics(glyphID);
707 unsigned glyphID = *ptr; local
710 return cache->getGlyphIDAdvance(glyphID);
720 unsigned glyphID = *ptr; local
722 return cache->getGlyphIDAdvance(glyphID);
799 unsigned glyphID = *ptr; local
811 unsigned glyphID = *ptr; local
[all...]
/external/skia/src/gpu/
H A DSkGrFontScaler.cpp162 bool SkGrFontScaler::getGlyphPath(uint16_t glyphID, GrPath* path) { argument
164 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(glyphID);
H A DGrTextContext.cpp221 if (!scaler->getGlyphPath(glyph->glyphID(), path)) {
/external/skia/src/ports/
H A DSkFontHost_mac_atsui.cpp203 glyph = layoutPtr->glyphID;
224 GlyphID glyphID = glyph->getGlyphID(fBaseGlyphCount); local
228 OSStatus err = ATSUGlyphGetScreenMetrics(fStyle, 1, &glyphID, 0, true, true,
234 err = ATSUGlyphGetIdealMetrics(fStyle, 1, &glyphID, 0, &idealMetrics);
274 CGGlyph glyphID = glyph.getGlyphID(fBaseGlyphCount); local
280 glyph.fTop + glyph.fHeight, &glyphID, 1);
H A DSkFontHost_mac_coretext.cpp277 bool fgColorIsWhite, CGGlyph glyphID, size_t* rowBytesPtr);
590 void getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const;
700 bool fgColorIsWhite, CGGlyph glyphID, size_t* rowBytesPtr) {
791 context.getVerticalOffset(glyphID, &offset);
797 &glyphID, 1);
804 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const { argument
806 CTFontGetVerticalTranslationsForGlyphs(fCTVerticalFont, &glyphID, &vertOffset, 1);
699 getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph, bool fgColorIsWhite, CGGlyph glyphID, size_t* rowBytesPtr) argument
H A DSkFontHost_win.cpp400 uint16_t glyphID = glyph.getGlyphID(); local
401 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, NULL, reinterpret_cast<LPCWSTR>(&glyphID), 1, NULL);
/external/skia/include/core/
H A DSkScalerContext.h290 may be chained (under the hood), the glyphID that is returned may in
296 /** Map the glyphID to its glyph index, and then to its char code. Unmapped
299 SkUnichar glyphIDToChar(uint16_t glyphID);
340 SkScalerContext* getContextFromChar(SkUnichar uni, unsigned& glyphID);
/external/skia/include/pdf/
H A DSkPDFDevice.h240 void updateFont(const SkPaint& paint, uint16_t glyphID,
242 int getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGlyphPageTreeNodeMac.cpp152 Glyph glyph = glyphRecord->glyphID;
H A DComplexTextControllerATSUI.cpp76 if (layoutRecords[j].glyphID == kATSDeletedGlyphcode) {
80 complexTextRun->m_glyphsVector.uncheckedAppend(layoutRecords[j].glyphID);
/external/skia/include/gpu/
H A DSkGr.h188 virtual bool getGlyphPath(uint16_t glyphID, GrPath*);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1472 void SkPDFDevice::updateFont(const SkPaint& paint, uint16_t glyphID, argument
1477 !contentEntry->fState.fFont->hasGlyph(glyphID)) {
1478 int fontIndex = getFontResourceIndex(typeface, glyphID);
1488 int SkPDFDevice::getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID) { argument
1489 SkRefPtr<SkPDFFont> newFont = SkPDFFont::GetFontResource(typeface, glyphID);

Completed in 403 milliseconds

12