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.
458 // typing char id 0x0014 in search box will get glyph id 0x0004 first. However,
836 // TODO(vandebo): Optimize this, do only one search?
837 FontRec search(NULL, fontID, glyphID);
838 *index = CanonicalFonts().find(search);
842 search.fGlyphID = 0;
843 *index = CanonicalFonts().find(search);