Lines Matching full:glyphs
5012 filled 12 point black Glyphs.
5014 #Param text character code points or Glyphs drawn ##
5069 filled 12 point black Glyphs.
5071 #Param string character code points or Glyphs drawn,
5102 filled 12 point black Glyphs.
5104 #Param string character code points or Glyphs drawn,
5128 Paint paint. The number of entries in pos array must match the number of Glyphs
5139 filled 12 point black Glyphs.
5144 #Param text character code points or Glyphs drawn ##
5173 must match the number of Glyphs described by byteLength of text.
5183 filled 12 point black Glyphs.
5186 rather than using the font advance widths if all Glyphs share the same
5189 #Param text character code points or Glyphs drawn ##
5229 filled 12 point black Glyphs.
5231 #Param text character code points or Glyphs drawn ##
5278 filled 12 point black Glyphs.
5280 #Param text character code points or Glyphs drawn ##
5283 #Param matrix transform of Glyphs before mapping to path; may be nullptr
5329 filled 12 point black Glyphs.
5331 #Param text character code points or Glyphs drawn ##
5370 blob contains Glyphs, their positions, and paint attributes specific to text:
5381 #Param blob Glyphs, positions, and their paints' text size, typeface, and so on ##
5392 uint16_t glyphs[len];
5394 paint.textToGlyphs(bunny, len, glyphs);
5403 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
5404 textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr);
5423 blob contains Glyphs, their positions, and paint attributes specific to text:
5434 #Param blob Glyphs, positions, and their paints' text size, typeface, and so on ##
5453 run.glyphs[0] = 20;