HomeSort by relevance Sort by last modified time
    Searched refs:SK_RESTRICT (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 279 uint32_t* SK_RESTRICT xy,
292 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
482 uint32_t* SK_RESTRICT xy, int count,
501 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
SkBlitRow_opts_SSE2.cpp 19 void S32_Blend_BlitRow32_SSE2(SkPMColor* SK_RESTRICT dst,
20 const SkPMColor* SK_RESTRICT src,
112 void S32A_Opaque_BlitRow32_SSE2(SkPMColor* SK_RESTRICT dst,
113 const SkPMColor* SK_RESTRICT src,
237 void S32A_Blend_BlitRow32_SSE2(SkPMColor* SK_RESTRICT dst,
238 const SkPMColor* SK_RESTRICT src,
    [all...]
SkBitmapProcState_matrix_clamp_neon.h 276 uint32_t* SK_RESTRICT xy,
290 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
750 uint32_t* SK_RESTRICT xy, int count,
765 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
SkBitmapFilter_opts_SSE2.cpp 52 SkPMColor* SK_RESTRICT colors, int count) {
117 SkPMColor *SK_RESTRICT colors, int count) {
  /external/skia/src/core/
SkAAClip.cpp     [all...]
SkBitmapFilter.cpp 26 SkPMColor* SK_RESTRICT colors, int count) {
SkBitmapProcState_procs.h 157 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
172 const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
338 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
SkBitmapProcState.cpp 544 SkPMColor* SK_RESTRICT colors,
618 SkPMColor* SK_RESTRICT colors,
658 SkPMColor* SK_RESTRICT colors,
770 SkPMColor* SK_RESTRICT colors, int count) {
    [all...]
SkBitmapProcState.h 226 SkPMColor *SK_RESTRICT colors, int count);
SkBitmap.cpp     [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 279 uint32_t* SK_RESTRICT xy,
292 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
482 uint32_t* SK_RESTRICT xy, int count,
501 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
SkBlitRow_opts_SSE2.cpp 19 void S32_Blend_BlitRow32_SSE2(SkPMColor* SK_RESTRICT dst,
20 const SkPMColor* SK_RESTRICT src,
112 void S32A_Opaque_BlitRow32_SSE2(SkPMColor* SK_RESTRICT dst,
113 const SkPMColor* SK_RESTRICT src,
237 void S32A_Blend_BlitRow32_SSE2(SkPMColor* SK_RESTRICT dst,
238 const SkPMColor* SK_RESTRICT src,
    [all...]
SkBitmapProcState_matrix_clamp_neon.h 276 uint32_t* SK_RESTRICT xy,
290 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
750 uint32_t* SK_RESTRICT xy, int count,
765 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 544 SkPMColor* SK_RESTRICT colors,
618 SkPMColor* SK_RESTRICT colors,
658 SkPMColor* SK_RESTRICT colors,
770 SkPMColor* SK_RESTRICT colors, int count) {
    [all...]
SkBitmapProcState.h 226 SkPMColor *SK_RESTRICT colors, int count);
SkBitmap.cpp     [all...]
SkBlitter_ARGB32.cpp 268 static void blend_srcmode(SkPMColor* SK_RESTRICT device,
269 const SkPMColor* SK_RESTRICT span,
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp 905 static void bilevel_to_bw(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph) {
908 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage);
    [all...]
SkFontHost_mac.cpp     [all...]
SkFontHost_FreeType_common.cpp 250 uint8_t* SK_RESTRICT dst = (uint8_t*)glyph.fImage;
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp 905 static void bilevel_to_bw(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph) {
908 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage);
    [all...]
SkFontHost_mac.cpp     [all...]
  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 650 const SkPMColor* SK_RESTRICT cur_src0 = bitmap.getAddr32(0, src_y);
651 const SkPMColor* SK_RESTRICT cur_src1 = cur_src0;
655 SkPMColor* SK_RESTRICT cur_dst = result.getAddr32(0, dest_y);

Completed in 431 milliseconds

1 2 34 5