Searched refs:AdjustBlue (Results 1 – 3 of 3) sorted by relevance
25 std::pair<int, int> AdjustBlue(float top, float bottom);
44 std::pair<int, int> CPDF_Type3GlyphMap::AdjustBlue(float top, float bottom) { in AdjustBlue() function in CPDF_Type3GlyphMap
144 std::tie(top_line, bottom_line) = pSize->AdjustBlue(top_y, bottom_y); in RenderGlyph()