Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_type3glyphmap.h25 std::pair<int, int> AdjustBlue(float top, float bottom);
Dcpdf_type3glyphmap.cpp44 std::pair<int, int> CPDF_Type3GlyphMap::AdjustBlue(float top, float bottom) { in AdjustBlue() function in CPDF_Type3GlyphMap
Dcpdf_type3cache.cpp144 std::tie(top_line, bottom_line) = pSize->AdjustBlue(top_y, bottom_y); in RenderGlyph()