Home | History | Annotate | Download | only in pdf

Lines Matching refs:search

155     // if the data was NUL terminated so that we can use strstr() to search it.
460 // typing char id 0x0014 in search box will get glyph id 0x0004 first. However,
809 // TODO(vandebo): Optimize this, do only one search?
810 FontRec search(NULL, fontID, glyphID);
811 *index = CanonicalFonts().find(search);
815 search.fGlyphID = 0;
816 *index = CanonicalFonts().find(search);