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

1 2

  /external/skia/src/animator/
SkDrawClip.h 21 DECLARE_DRAW_MEMBER_INFO(Clip);
SkDisplayType.cpp 108 CASE_DRAW_NEW(Clip);
262 CASE_GET_DRAW_INFO(Clip);
428 DRAW_NAME("clip", SkType_Clip),
  /external/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/clang/test/SemaTemplate/
instantiate-invalid.cpp 6 template<class Clip=rasterizer_sl_clip_int> class rasterizer_scanline_aa
  /external/skia/gm/
complexclip2.cpp 20 enum Clip {
26 ComplexClip2GM(Clip clip, bool antiAlias)
27 : fClip(clip)
110 static const char* ClipStr(Clip clip) {
111 switch (clip) {
119 SkDEBUGFAIL("Unknown clip type.");
197 Clip fClip;
convexpolyclip.cpp 150 static const char kTxt[] = "Clip Me!";
164 const Clip* clip = iter.get(); variable
169 clip->getBounds(&bounds);
177 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa));
192 clip->getBounds(&bounds);
201 clip->asClosedPath(&closedClipPath);
203 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa));
221 class Clip {
229 Clip () : fClipType(kNone_ClipType) {
    [all...]
  /external/webrtc/webrtc/video/
video_loopback.cc 188 DEFINE_string(clip,
190 "Name of the clip to show. If empty, using chroma generator.");
191 std::string Clip() {
217 {flags::Clip()},
  /frameworks/base/libs/hwui/tests/unit/
CanvasStateTests.cpp 88 // rotated clip causes complex clip
98 // subtracted clip causes complex clip
107 // complex path causes complex clip
122 state.save(SaveFlags::Clip);
146 state.save(SaveFlags::Matrix); // NOTE: clip not saved
156 state.save(SaveFlags::Clip); // NOTE: matrix not saved
  /frameworks/base/libs/hwui/hwui/
Canvas.h 45 Clip = 0x02,
50 MatrixClip = Matrix | Clip,
92 * that would change state (e.g. matrix or clip). Clients of asSkCanvas()
156 // clip
  /external/skia/include/gpu/
GrClip.h 16 * GrClip encapsulates the information required to construct the clip
18 * If the clip is a clipstack than the origin is used to translate the stack with
19 * respect to device coordinates. This allows us to use a clip stack that is
21 * of the original canvas. For other clip types the origin will always be (0,0).
131 // We support this for all cliptypes to simplify the logic a bit in clip mask manager.
132 // non clipstack clip types MUST have a (0,0) origin
176 union Clip {
  /frameworks/base/libs/hwui/
Snapshot.cpp 67 if (saveFlags & SaveFlags::Clip) {
91 void Snapshot::clip(const Rect& localClip, SkRegion::Op op) { function in class:android::uirenderer::Snapshot
122 // we may have to modify the previous snapshot's clip rect and clip
123 // region if the previous restore() call did not restore the clip
192 // ignore, don't replace, already have a high priority clip
256 // Clip must be intersected with root, instead of current clip.
266 // current clip is being replaced, but must intersect with clip roo
    [all...]
DeferredDisplayList.cpp 156 * and clip side flags. Positive bounds delta means new bounds fit in old.
196 // Identical round rect clip state means both ops will clip in the same way, or not at all.
204 * clip for that side.
257 " clip flags %x (batch id %x, merge id %p)",
264 // clipping in the merged case is done ahead of time since all ops share the clip (if any)
282 * Contains the effective clip rect shared by all merged ops. Initialized to the layer viewport,
380 // the clip if we aren't recording a complex clip (and can thus trust it to be a rect)
389 * When an clipping operation occurs that could cause a complex clip, record the operation and al
    [all...]
SkiaCanvas.cpp 231 // Copy the canvas matrix & clip state.
276 // either (or both) the matrix and/or clip state after a SkCanvas::restore
277 // operation. It does this by explicitly saving off the clip & matrix state
293 bool preserveClip = !(rec->saveFlags & SaveFlags::Clip);
314 // Only reapply the saved clips if the top clip stack frame was actually
365 // functions to emulate legacy SaveFlags (i.e. independent matrix/clip flags)
370 // (either SaveFlags::Matrix or SaveFlags::Clip is missing).
409 // The clip stack stores clips in device space.
458 // not outset the edge of the clip to account for anti-aliasing. There is
468 // if we can't invert the CTM, we can't return local clip bound
    [all...]
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 474 mCanvas->save(SaveFlags::Clip);
487 mCanvas->save(SaveFlags::Clip);
500 mCanvas->save(SaveFlags::Clip);
513 mCanvas->save(SaveFlags::Clip);
524 // We shift and clip the content to match its final location in the window.
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha1/
asset-studio-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha3/
asset-studio-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha4/
asset-studio-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha7/
asset-studio-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta1/
asset-studio-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta2/
asset-studio-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta3/
asset-studio-25.2.0-beta3.jar 
  /prebuilts/go/darwin-x86/src/image/jpeg/
writer.go 559 // Clip quality to [1, 100].
  /prebuilts/go/linux-x86/src/image/jpeg/
writer.go 559 // Clip quality to [1, 100].
  /external/ImageMagick/PerlMagick/
Magick.xs 410 { "Clip", { {"id", StringReference}, {"inside", MagickBooleanOptions} } },
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 410 { "Clip", { {"id", StringReference}, {"inside", MagickBooleanOptions} } },
    [all...]

Completed in 1648 milliseconds

1 2