Lines Matching refs:search
158 // if the data was NUL terminated so that we can use strstr() to search it.
466 // typing char id 0x0014 in search box will get glyph id 0x0004 first. However,
888 // TODO(vandebo): Optimize this, do only one search?
889 FontRec search(NULL, fontID, glyphID);
890 *index = CanonicalFonts().find(search);
894 search.fGlyphID = 0;
895 *index = CanonicalFonts().find(search);