HomeSort by relevance Sort by last modified time
    Searched refs:subY (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 31 unsigned subY;
38 subY = TILEY_LOW_BITS(fy, maxY);
59 FILTER_PROC(subX, subY,
SkBitmapProcState_sample.h 133 unsigned subY;
143 subY = y0 & 0xF;
153 FILTER_PROC(subX, subY,
184 unsigned subY = y0 & 0xF;
196 FILTER_PROC(subX, subY,
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 28 unsigned subY = y0 & 0xF;
37 __m128i allY = _mm_cvtsi32_si128(subY);
134 unsigned subY = y0 & 0xF;
143 __m128i allY = _mm_cvtsi32_si128(subY);
SkBitmapProcState_opts_SSSE3.cpp 582 * special case suby == 0 as suby is changing in every loop.
660 unsigned subY = y0 & 0xF;
687 const __m128i all_y = _mm_set1_epi16(subY);
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 487 int subY,
502 , m_subY (subY)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 901 float subY = 0;
904 subY = SkFixedToFloat(glyph.getSubYFixed());
912 subY += offset.fY;
915 CGPoint point = CGPointMake(-glyph.fLeft + subX, glyph.fTop + glyph.fHeight - subY);
    [all...]

Completed in 2095 milliseconds