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

  /external/chromium_org/third_party/skia/src/animator/
SkDrawClip.h 21 DECLARE_DRAW_MEMBER_INFO(Clip);
SkDisplayType.cpp 109 CASE_DRAW_NEW(Clip);
264 CASE_GET_DRAW_INFO(Clip);
431 DRAW_NAME("clip", SkType_Clip),
  /external/chromium_org/third_party/skia/tools/lua/
dump_clipstack_at_restore.lua 14 -- io.write("Clip Stack at restore #", restoreCount, ":\n")
15 io.write("Reduced Clip Stack at restore #", restoreCount, ":\n")
  /external/chromium_org/third_party/skia/gm/
convexpolyclip.cpp 149 static const char kTxt[] = "Clip Me!";
160 for (SkTLList<Clip>::Iter iter(fClips, SkTLList<Clip>::Iter::kHead_IterStart);
163 const Clip* clip = iter.get(); variable
168 clip->getBounds(&bounds);
176 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa));
191 clip->getBounds(&bounds);
200 clip->asClosedPath(&closedClipPath);
202 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa))
    [all...]
complexclip2.cpp 18 enum Clip {
24 ComplexClip2GM(Clip clip, bool antiAlias)
25 : fClip(clip)
101 static const char* ClipStr(Clip clip) {
102 switch (clip) {
110 SkDEBUGFAIL("Unknown clip type.");
195 Clip fClip;
  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 6 template<class Clip=rasterizer_sl_clip_int> class rasterizer_scanline_aa
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 59 * unbalanced pushGeometrySource(). The current draw state and clip are preserved.
193 struct Clip : public ::SkNoncopyable {
244 // instanced draw. The caller must have already recorded a new draw state and clip if necessary.
249 // We lazily record clip changes in order to skip clips that have no effect.
286 typedef GrTAllocator<Clip> ClipAllocator;
295 GrSTAllocator<kClipPreallocCnt, Clip> fClips;
  /external/libyuv/files/source/
row_common.cc 441 static __inline uint32 Clip(int32 val) {
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);
    [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 131 JS_INIT(SkDraw, Clip)
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 518 'Sound Clip',
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 480 // Check if the initial coordinate in the clip rect.
589 * @param {Object} clipRect Clip rect.
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]

Completed in 8122 milliseconds