Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.cpp401 return {SkPackedGlyphID::kSubpixelRound, SK_ScalarHalf}; in HalfAxisSampleFreq()
403 return {SK_ScalarHalf, SkPackedGlyphID::kSubpixelRound}; in HalfAxisSampleFreq()
405 return {SkPackedGlyphID::kSubpixelRound, SkPackedGlyphID::kSubpixelRound}; in HalfAxisSampleFreq()
DSkGlyph.h47 static constexpr SkScalar kSubpixelRound = 1.f / (1u << (SkPackedGlyphID::kSubPixelPosLen + 1)); member
/external/skqp/src/core/
DSkGlyph.h141 static constexpr SkFixed kSubpixelRound = SK_FixedHalf >> SkPackedID::kSubBits; variable
DSkFindAndPlaceGlyph.h196 static constexpr SkScalar kSubpixelRounding = SkFixedToScalar(SkGlyph::kSubpixelRound);
DSkGlyphRunPainter.cpp39 static constexpr SkScalar kSubpixelRounding = SkFixedToScalar(SkGlyph::kSubpixelRound); in PixelRounding()
/external/skia/tests/
DSkGlyphBufferTest.cpp179 pos.x() == positions[i].x() * 0.5 + 50 + SkPackedGlyphID::kSubpixelRound); in DEF_TEST()