HomeSort by relevance Sort by last modified time
    Searched refs:clip (Results 276 - 300 of 563) sorted by null

<<11121314151617181920>>

  /frameworks/base/libs/hwui/
FrameBuilder.h 43 * Resolves final drawing state for each operation (including clip, alpha and matrix), and then
63 FrameBuilder(const SkRect& clip,
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...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp_ext.h 171 uint16_t clip; member in struct:mdp_det_enhance_data
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp_ext.h 534 uint16_t clip; member in struct:mdp_det_enhance_data
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorText.java 288 boolean onPaste(ClipData clip);
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1765 HRESULT SkXPSDevice::clip(IXpsOMVisual* xpsVisual, const SkDraw& d) { function in class:SkXPSDevice
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Table.java 75 private boolean clip; field in class:Table
105 if (clip) {
169 if (clip) {
179 clip = enabled;
185 return clip;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 219 struct u_rect rect, clip, *prect; local
311 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip));
  /external/skia/gm/
degeneratesegments.cpp 194 const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join,
205 canvas->clipRect(clip);
  /external/skia/src/svg/parser/
SkSVGPaintState.cpp 16 SVG_LITERAL_ATTRIBUTE(clip-path, f_clipPath),
17 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
260 // need to reset the clip when the 'g' scope is ended
265 parser._endElement(); // clip
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_color_manager.cpp 440 de_data.clip = de_tuning_cfg_data->params.clip;
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
dj1.s 980 clip $0,0
982 clip $15,0
984 clip $0,31
986 clip $15,31
  /external/ImageMagick/www/api/
draw.php 153 <p>DrawClipPath() draws the clip path on the image mask.</p>
178 <dd>the name of the clip path. </dd>
  /external/fec/
fec.h 293 unsigned char addnoise(int sym,double amp,double gain,double offset,int clip);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_emit.c 99 fse->key.clip = draw->clip_xy || draw->clip_z || draw->clip_user;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 811 const struct pipe_clip_state *clip)
815 memcpy(nv50->clip.ucp, clip->ucp, sizeof(clip->ucp));
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 706 const struct pipe_clip_state *clip)
710 memcpy(nvc0->clip.ucp, clip->ucp, sizeof(clip->ucp));
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 742 struct pipe_clip_state clip; member in struct:dxgi_blitter
804 memset(&clip, 0, sizeof(clip));
840 pipe->set_clip_state(pipe, &clip);
    [all...]
  /external/skia/src/core/
SkRegion.cpp     [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp     [all...]
  /external/skia/src/gpu/batches/
GrTessellatingPathRenderer.cpp 155 // For inverse fills, the tessellation is dependent on clip bounds.
219 // Because the clip bounds are used to add a contour for inverse fills, they must also
260 args.fPipelineBuilder->clip().getConservativeBounds(rt->width(), rt->height(), &clipBoundsI);
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 45 const ClipBase* clip, const Glop& glop) {

Completed in 2170 milliseconds

<<11121314151617181920>>