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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_shaderproc.h 59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
63 FILTER_PROC(subX, subY,
SkBitmapProcState_sample.h 167 unsigned subX = x0 & 0xF;
170 FILTER_PROC(subX, subY,
207 unsigned subX = x0 & 0xF;
213 FILTER_PROC(subX, subY,
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
63 FILTER_PROC(subX, subY,
SkBitmapProcState_sample.h 167 unsigned subX = x0 & 0xF;
170 FILTER_PROC(subX, subY,
207 unsigned subX = x0 & 0xF;
213 FILTER_PROC(subX, subY,
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 657 unsigned subX = x0 & 0xF;
666 const __m128i all_x = _mm_set1_epi8(subX);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 657 unsigned subX = x0 & 0xF;
666 const __m128i all_x = _mm_set1_epi8(subX);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 850 float subX = 0;
853 subX = SkFixedToFloat(glyph.getSubXFixed());
861 subX += offset.fX;
865 CGContextShowGlyphsAtPoint(fCG, -glyph.fLeft + subX,
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 850 float subX = 0;
853 subX = SkFixedToFloat(glyph.getSubXFixed());
861 subX += offset.fX;
865 CGContextShowGlyphsAtPoint(fCG, -glyph.fLeft + subX,
    [all...]

Completed in 233 milliseconds