Home | History | Annotate | Download | only in docs

Lines Matching full:glyphs

5021 filled 12 point black Glyphs.
5023 #Param text character code points or Glyphs drawn ##
5080 filled 12 point black Glyphs.
5082 #Param string character code points or Glyphs drawn,
5113 filled 12 point black Glyphs.
5115 #Param string character code points or Glyphs drawn,
5141 Paint paint. The number of entries in pos array must match the number of Glyphs
5152 filled 12 point black Glyphs.
5157 #Param text character code points or Glyphs drawn ##
5188 must match the number of Glyphs described by byteLength of text.
5198 filled 12 point black Glyphs.
5201 rather than using the font advance widths if all Glyphs share the same
5204 #Param text character code points or Glyphs drawn ##
5246 filled 12 point black Glyphs.
5248 #Param text character code points or Glyphs drawn ##
5297 filled 12 point black Glyphs.
5299 #Param text character code points or Glyphs drawn ##
5302 #Param matrix transform of Glyphs before mapping to path; may be nullptr
5350 filled 12 point black Glyphs.
5352 #Param text character code points or Glyphs drawn ##
5392 blob contains Glyphs, their positions, and paint attributes specific to text:
5403 #Param blob Glyphs, positions, and their paints' text size, typeface, and so on ##
5414 uint16_t glyphs[len];
5416 paint.textToGlyphs(bunny, len, glyphs);
5425 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
5426 textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr);
5445 blob contains Glyphs, their positions, and paint attributes specific to text:
5456 #Param blob Glyphs, positions, and their paints' text size, typeface, and so on ##
5475 run.glyphs[0] = 20;