Home
last modified time | relevance | path

Searched refs:glyphi (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dfontrenderer.cpp223 auto glyphi = FT_Get_Name_Index((FT_Face)fthandle, (char *)null_terminated(name)); in GetCharCode() local
224 if (!glyphi) return 0; in GetCharCode()
233 return glyph_to_char[glyphi]; in GetCharCode()
/dports/devel/upp/upp/uppsrc/Draw/
H A DFontInt.h38 word glyphi; // optional, not available in Win32 member
H A DFontFc.cpp204 gi.glyphi = glyph_index; in GetGlyphInfoSys()
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCocoDrawText.mm79 gi.glyphi = glyph_index;
303 g[ti] = f.glyphi;
308 g[ti] = f.glyphi;
H A DGtkDrawText.cpp112 g.index = GetGlyphInfo(font, text[i]).glyphi; in DrawTextOp()
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynPdf.pas8234 idDeltai, glyphi: PtrInt;
8298 glyphi := idRangeOffset[i];
8299 if glyphi<>0 then
8300 glyphi := glyphi shr 1+i-n-startCode[i];
8303 if glyphi=0 then
8305 glyphIndex := glyphIndexArray[glyphi+code];