Home | History | Annotate | Download | only in ports

Lines Matching defs:first

319  *  This guy is public. It first searches the cache, and if a match is not found,
379 // we can't just use the first and last entry of the range to compute
790 * 'default character' specified by the font, then often the first character found is used.
1186 uint8_t* first = (uint8_t*)glyph.fImage;
1188 *first |= 1 << 7;
1285 uint8_t* first = (uint8_t*)glyph.fImage;
1287 *first |= 1 << 7;
1672 // Get the buffer size needed first.