Home
last modified time | relevance | path

Searched refs:locatePage (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphMetricsMap.h50 return locatePage(glyph / GlyphMetricsPage::size)->metricsForGlyph(glyph); in metricsForGlyph()
55 locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics); in setMetricsForGlyph()
78 GlyphMetricsPage* locatePage(unsigned pageNumber) in locatePage() function