Home
last modified time | relevance | path

Searched refs:subY (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/tests/
DSkGlyphBufferTest.cpp34 uint32_t subY = 0; in DEF_TEST() local
35 SkPackedGlyphID correctID(3, subX, subY); in DEF_TEST()
51 uint32_t subY = 0; in DEF_TEST() local
52 SkPackedGlyphID correctID(3, subX, subY); in DEF_TEST()
68 uint32_t subY = freqRound(y); in DEF_TEST() local
69 SkPackedGlyphID correctID(3, subX, subY); in DEF_TEST()
90 uint32_t subY = freqRound(y); in DEF_TEST() local
91 SkPackedGlyphID correctID(3, subX, subY); in DEF_TEST()
/third_party/flutter/skia/src/core/
DSkStrike.cpp65 subY = SkScalarToFixed(position.y()) & maskY; in glyph() local
66 return this->glyph(SkPackedGlyphID{glyphID, subX, subY}); in glyph()
150 for (SkFixed subY = 0; subY < SK_Fixed1; subY += SK_FixedQuarter) { in getCachedGlyphAnySubPix() local
152 SkPackedGlyphID packedGlyphID{glyphID, subX, subY}; in getCachedGlyphAnySubPix()
DSkGlyphRunPainter.cpp132 subY = SkScalarToFixed(mappedPositions[i].y()) & mask.y(); in DeviceSpacePackedGlyphIDs() local
133 results[i] = SkPackedGlyphID{glyphIDs[i], subX, subY}; in DeviceSpacePackedGlyphIDs()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp447 for (int subY = 0; subY < kHalfY; ++subY) in TEST_P() local
450 const GLsizei yoffset = y * kHalfY + subY; in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp442 for (int subY = 0; subY < kHalfY; ++subY) in TEST_P() local
445 const GLsizei yoffset = y * kHalfY + subY; in TEST_P()
/third_party/ffmpeg/libavcodec/
Droqvideoenc.c630 int subX, subY; in reconstruct_and_encode_image() local
688 subY = y + 2*(j&2); in reconstruct_and_encode_image()
698 ff_apply_motion_4x4(enc, subX, subY, in reconstruct_and_encode_image()
709 ff_apply_vector_2x2(enc, subX , subY , in reconstruct_and_encode_image()
711 ff_apply_vector_2x2(enc, subX+2, subY , in reconstruct_and_encode_image()
713 ff_apply_vector_2x2(enc, subX , subY+2, in reconstruct_and_encode_image()
715 ff_apply_vector_2x2(enc, subX+2, subY+2, in reconstruct_and_encode_image()
725 ff_apply_vector_2x2(enc, subX + 2*(k&1), subY + (k&2), in reconstruct_and_encode_image()
/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp245 float subY = 0; in getCG() local
248 subY = SkFixedToFloat(glyph.getSubYFixed()); in getCG()
251 CGPoint point = CGPointMake(-glyph.left() + subX, glyph.top() + glyph.height() - subY); in getCG()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp1142 float subY = 0; in getCG() local
1145 subY = SkFixedToFloat(glyph.getSubYFixed()); in getCG()
1148 CGPoint point = CGPointMake(-glyph.left() + subX, glyph.top() + glyph.height() - subY); in getCG()