/external/chromium_org/ui/keyboard/resources/images/ |
microphone.svg | 15 <path clip-path="url(#SVGID_2_)" fill="none" stroke="#bababb" stroke-width="3" stroke-linecap="round" d="M34,24.5 18 <line clip-path="url(#SVGID_2_)" fill="#bababb" stroke="#bababb" stroke-width="3" stroke-linecap="round" x1="25" y1="33.5" x2="25" y2="39.5"/> 20 <line clip-path="url(#SVGID_2_)" fill="#bababb" stroke="#bababb" stroke-width="3" stroke-linecap="round" x1="29" y1="39.5" x2="21" y2="39.5"/>
|
/external/chromium_org/cc/layers/ |
content_layer_client.h | 22 gfx::Rect clip,
|
/external/chromium_org/skia/ext/ |
vector_platform_device_skia.cc | 52 // SkPDFDevice checks the passed SkDraw for an empty clip (only). Fake 53 // it out by setting a non-empty clip. 55 SkRegion clip(SkIRect::MakeWH(width(), height())); 56 draw.fClip=&clip;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderHTMLCanvas.cpp | 65 bool clip = !contentRect.contains(paintRect); local 66 if (clip) { 69 paintInfo.context->clip(pixelSnappedIntRect(contentRect)); 75 if (clip)
|
/external/chromium_org/third_party/skia/include/core/ |
SkBounder.h | 36 /* Call to perform a clip test before calling onIRect. 47 been transformed in to device coordinates, and clipped to the current clip. 81 void setClip(const SkRegion* clip) { fClip = clip; }
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitter.cpp | 113 void SkBlitter::blitMask(const SkMask& mask, const SkIRect& clip) { 114 SkASSERT(mask.fBounds.contains(clip)); 117 int cx = clip.fLeft; 118 int cy = clip.fTop; 121 int height = clip.height(); 125 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) { 134 int rite_edge = clip.fRight - maskLeft; 171 int width = clip.width(); 174 const uint8_t* aa = mask.getAddr8(clip.fLeft, clip.fTop) [all...] |
SkBlitter.h | 46 virtual void blitMask(const SkMask&, const SkIRect& clip); 62 void blitMaskRegion(const SkMask& mask, const SkRegion& clip); 63 void blitRectRegion(const SkIRect& rect, const SkRegion& clip); 64 void blitRegion(const SkRegion& clip); 101 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE; 125 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE; 152 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE; 161 to apply a clip. Returns a pointer to a member, so lifetime must 166 SkBlitter* apply(SkBlitter* blitter, const SkRegion* clip,
|
SkEdge.cpp | 34 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip, 69 // are we completely above or below the clip? 70 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) { 85 if (clip) { 86 this->chopLineWithClip(*clip); 126 void SkEdge::chopLineWithClip(const SkIRect& clip) 130 SkASSERT(top < clip.fBottom); 132 // clip the line to the to [all...] |
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGUse.cpp | 29 parser._endElement(); // clip
|
/external/pixman/test/ |
composite-traps-test.c | 53 pixman_region16_t clip; local 130 printf ("source clip box: [%d,%d-%d,%d]\n", 136 pixman_region_init_rects (&clip, clip_boxes, n); 137 pixman_image_set_clip_region (src_img, &clip); 139 pixman_region_fini (&clip); 204 printf ("destination clip box: [%d,%d-%d,%d]\n", 209 pixman_region_init_rects (&clip, clip_boxes, n); 210 pixman_image_set_clip_region (dst_img, &clip); 211 pixman_region_fini (&clip);
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetClipRect.3 | 11 Gets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into\&.
|
/external/skia/include/core/ |
SkBounder.h | 36 /* Call to perform a clip test before calling onIRect. 47 been transformed in to device coordinates, and clipped to the current clip. 81 void setClip(const SkRegion* clip) { fClip = clip; }
|
/external/skia/src/core/ |
SkBlitter.cpp | 113 void SkBlitter::blitMask(const SkMask& mask, const SkIRect& clip) { 114 SkASSERT(mask.fBounds.contains(clip)); 117 int cx = clip.fLeft; 118 int cy = clip.fTop; 121 int height = clip.height(); 125 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) { 134 int rite_edge = clip.fRight - maskLeft; 171 int width = clip.width(); 174 const uint8_t* aa = mask.getAddr8(clip.fLeft, clip.fTop) [all...] |
SkBlitter.h | 46 virtual void blitMask(const SkMask&, const SkIRect& clip); 62 void blitMaskRegion(const SkMask& mask, const SkRegion& clip); 63 void blitRectRegion(const SkIRect& rect, const SkRegion& clip); 64 void blitRegion(const SkRegion& clip); 101 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE; 125 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE; 152 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE; 161 to apply a clip. Returns a pointer to a member, so lifetime must 166 SkBlitter* apply(SkBlitter* blitter, const SkRegion* clip,
|
SkEdge.cpp | 34 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip, 69 // are we completely above or below the clip? 70 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) { 85 if (clip) { 86 this->chopLineWithClip(*clip); 126 void SkEdge::chopLineWithClip(const SkIRect& clip) 130 SkASSERT(top < clip.fBottom); 132 // clip the line to the to [all...] |
/external/skia/src/svg/ |
SkSVGUse.cpp | 29 parser._endElement(); // clip
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_Clip8_s.s | 55 VQSHRUN dclip0,qx0,#0 ;// dclip0[i]=clip qx0[i] to [0,255] 56 VQSHRUN dclip1,qx1,#0 ;// dclip1[i]=clip qx1[i] to [0,255] 66 VQSHRUN dclip0,qx0,#0 ;// dclip0[i]=clip qx0[i] to [0,255] 67 VQSHRUN dclip1,qx1,#0 ;// dclip1[i]=clip qx1[i] to [0,255]
|
/packages/apps/Dialer/res/drawable/ |
seekbar_drawable.xml | 29 <clip> 36 </clip> 52 <clip> 59 </clip>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
drawable1-expected-completion50.txt | 4 <clip />
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalTypes.h | 114 * @brief Status of the clip. 119 M4VSS3GPP_kClipStatus_READ = 0, /**< The clip is currently ready for reading */ 120 M4VSS3GPP_kClipStatus_DECODE = 1, /**< The clip is currently ready for decoding */ 121 M4VSS3GPP_kClipStatus_DECODE_UP_TO = 2 /**< The clip is currently in splitted 130 * @brief Current effect applied to the clip. 168 M4VSS3GPP_kExtractPictureState_OPENED = 0, /**< Video clip is opened and ready to be read 283 * @brief This structure contains informations related to one 3GPP clip (private) 284 * @note This structure is used to store the context related to one clip 289 M4VSS3GPP_ClipSettings* pSettings; /**< Pointer to the clip settings 292 M4VSS3GPP_ClipStatus Vstatus; /**< Video status of the clip reading * [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_rasterpos.c | 40 * Clip a point against the view volume. 42 * \param v vertex vector describing the point to clip. 60 * Clip a point against the far/near Z clipping planes. 62 * \param v vertex vector describing the point to clip. 79 * Clip a point against the user clipping planes. 82 * \param v vertex vector describing the point to clip. 362 * XXX some of this code (such as viewport xform, clip testing and setting 377 GLfloat eye[4], clip[4], ndc[3], d; local 383 /* apply projection matrix: clip = Proj * eye */ 384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye ) [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_rasterpos.c | 40 * Clip a point against the view volume. 42 * \param v vertex vector describing the point to clip. 60 * Clip a point against the far/near Z clipping planes. 62 * \param v vertex vector describing the point to clip. 79 * Clip a point against the user clipping planes. 82 * \param v vertex vector describing the point to clip. 362 * XXX some of this code (such as viewport xform, clip testing and setting 377 GLfloat eye[4], clip[4], ndc[3], d; local 383 /* apply projection matrix: clip = Proj * eye */ 384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye ) [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkCanvasStateUtils.cpp | 141 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkRegion& clip) { 151 * capture the clip 162 if (!clip.isEmpty()) { 163 // only returns the b/w clip so aa clips fail 164 SkRegion::Iterator clip_iterator(clip); 173 // allocate memory for the clip then and copy them to the struct 183 // Check the clip can be decomposed into rectangles (i.e. no soft clips). 194 // decompose the total matrix and clip 237 setup_MC_state(&layerState->mcState, layer.matrix(), layer.clip()); 264 // reconstruct the clip 265 SkRegion clip; local [all...] |
/external/skia/src/utils/ |
SkCanvasStateUtils.cpp | 141 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkRegion& clip) { 151 * capture the clip 162 if (!clip.isEmpty()) { 163 // only returns the b/w clip so aa clips fail 164 SkRegion::Iterator clip_iterator(clip); 173 // allocate memory for the clip then and copy them to the struct 183 // Check the clip can be decomposed into rectangles (i.e. no soft clips). 194 // decompose the total matrix and clip 237 setup_MC_state(&layerState->mcState, layer.matrix(), layer.clip()); 264 // reconstruct the clip 265 SkRegion clip; local [all...] |
/external/chromium_org/ppapi/api/ |
ppb_view.idl | 87 * module instance is scrolled into view and the clip rectangle is nonempty) 119 * GetClipRect() returns the clip rectangle relative to the upper-left corner 124 * (0, 0, 0, 0). This clip rectangle does <i>not</i> take into account page 131 * Most applications will not need to worry about the clip rectangle. The 139 * further. In this case, the clip rectangle will tell you which parts of 146 * application generates new content with the new clip. This may cause 150 * background color) or to paint a certain region outside the clip to reduce 156 * @param clip Output argument receiving the clip rect on success. 159 * clip rect was filled in, <code>PP_FALSE</code> if not [all...] |