Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DGlyphWidthMap.h44 GlyphWidthMap() : m_filledPrimaryPage(false) { } in GlyphWidthMap()
75 if (!pageNumber && m_filledPrimaryPage) in locatePage()
82 bool m_filledPrimaryPage; variable
DGlyphWidthMap.cpp38 ASSERT(!m_filledPrimaryPage); in locatePageSlowCase()
40 m_filledPrimaryPage = true; in locatePageSlowCase()