Lines Matching refs:glyph
76 * fit glyph to atlas
81 int UpdateAtlas(FontDefs::Glyph& glyph, const FT_Bitmap&, bool inColor);
105 * glyph as first element there
107 * the glyph there
111 * if ( atlas format is glyph format ) {
113 * if ( column has glyph height free and is wider or equal to glyph width ) {
114 * if ( column width exactly glyph width ) {
115 * insert glyph to this column and return
122 * insert glyph to closest width column and return
124 * if ( atlas has glyph width free left ) {
125 * allocate new column, insert the glyph and return
129 * allocate new atlas, allocate first column, insert glyph and return
131 * Initially there are no atlases available so the first glyph creates one as it falls to the end right away. Same
175 FontDefs::Glyph& glyph, size_t atlasIndex, ColumnHeader& hdr, const FT_Bitmap& bitmap, uint32_t columnX);