Home
last modified time | relevance | path

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

/external/skia/tests/
DSkGlyphBufferTest.cpp38 SkPoint roundedPos = SkPoint{fx, 0} + roundingSpec.halfAxisSampleFreq; in DEF_TEST()
55 SkPoint roundedPos = SkPoint{fx, fy} + roundingSpec.halfAxisSampleFreq; in DEF_TEST()
72 SkPoint roundedPos = SkPoint{fx, fy} + roundingSpec.halfAxisSampleFreq; in DEF_TEST()
94 SkPoint roundedPos = SkPoint{fx, fy} + roundingSpec.halfAxisSampleFreq; in DEF_TEST()
/external/skia/src/core/
DSkGlyphRunPainter.cpp113 const SkPoint halfSampleFreq = strike->roundingSpec().halfAxisSampleFreq; in prepare_for_direct_mask_drawing()
DSkGlyph.cpp526 : halfAxisSampleFreq{HalfAxisSampleFreq(isSubpixel, axisAlignment)} in SkGlyphPositionRoundingSpec()
DSkGlyph.h228 const SkVector halfAxisSampleFreq; member
/external/skia/src/text/gpu/
DSubRunContainer.cpp2364 const SkPoint halfSampleFreq = strike->roundingSpec().halfAxisSampleFreq; in prepare_for_direct_mask_drawing()