Searched refs:Clip (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawClip.h21 DECLARE_DRAW_MEMBER_INFO(Clip);
H A DSkDisplayType.cpp109 CASE_DRAW_NEW(Clip);
264 CASE_GET_DRAW_INFO(Clip);
/external/skia/src/animator/
H A DSkDrawClip.h21 DECLARE_DRAW_MEMBER_INFO(Clip);
H A DSkDisplayType.cpp109 CASE_DRAW_NEW(Clip);
264 CASE_GET_DRAW_INFO(Clip);
/external/clang/test/SemaTemplate/
H A Dinstantiate-invalid.cpp6 template<class Clip=rasterizer_sl_clip_int> class rasterizer_scanline_aa
/external/libyuv/files/source/
H A Drow_common.cc441 static __inline uint32 Clip(int32 val) { function
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h398 RivaClip *Clip; member in struct:_riva_hw_inst
/external/chromium_org/third_party/skia/src/xml/
H A DSkJSDisplayable.cpp131 JS_INIT(SkDraw, Clip)
/external/skia/src/xml/
H A DSkJSDisplayable.cpp131 JS_INIT(SkDraw, Clip)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc8251 static void Clip( function in namespace:gpu::gles2
8347 // Clip to size to source dimensions
8352 Clip(x, width, size.width(), &copyX, &copyWidth);
8353 Clip(y, height, size.height(), &copyY, &copyHeight);
8455 Clip(x, width, size.width(), &copyX, &copyWidth);
8456 Clip(y, height, size.height(), &copyY, &copyHeight);

Completed in 1350 milliseconds