Home | History | Annotate | Download | only in chromium

Lines Matching defs:derived

15  * contributors may be used to endorse or promote products derived from
411 FontData* derived;
420 derived = &entry.first->second;
421 derived->hfont = CreateFontIndirect(logfont);
425 derived->ascent = getAscent(derived->hfont);
426 derived->spaceGlyph = getSpaceGlyph(derived->hfont);
428 derived = &iter->second;
432 if (kUndefinedAscent == derived->ascent)
433 derived->ascent = getAscent(derived->hfont);
435 *hfont = derived->hfont;
436 *ascent = derived->ascent;
437 *scriptCache = &(derived->scriptCache);
438 *spaceGlyph = derived->spaceGlyph;