/hardware/qcom/display/msm8974/libcopybit/ |
copybit.cpp | 165 struct copybit_rect_t clip; local 166 intersect(&clip, scissor, dst); 168 e->dst_rect.x = clip.l; 169 e->dst_rect.y = clip.t; 170 e->dst_rect.w = clip.r - clip.l; 171 e->dst_rect.h = clip.b - clip.t; 175 delta_x = (clip.t - dst->t); 176 delta_y = (dst->r - clip.r) [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
copybit.cpp | 162 struct copybit_rect_t clip; local 163 intersect(&clip, scissor, dst); 165 e->dst_rect.x = clip.l; 166 e->dst_rect.y = clip.t; 167 e->dst_rect.w = clip.r - clip.l; 168 e->dst_rect.h = clip.b - clip.t; 172 delta_x = (clip.t - dst->t); 173 delta_y = (dst->r - clip.r) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkEdge.h | 39 int setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip, 41 // call this version if you know you don't have a clip 44 void chopLineWithClip(const SkIRect& clip); 46 inline bool intersectsClip(const SkIRect& clip) const { 47 SkASSERT(fFirstY < clip.fBottom); 48 return fLastY >= clip.fTop; 84 int setCubic(const SkPoint pts[4], const SkIRect* clip, int shiftUp);
|
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...] |
SkEdgeBuilder.cpp | 106 SkRect clip; local 107 setShiftedClip(&clip, *iclip, shiftUp); 118 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 181 SkRect clip; local 182 setShiftedClip(&clip, *iclip, shiftUp); 194 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 201 if (clipper.clipQuad(pts, clip)) { 218 if (clipper.clipQuad(&storage[i * 2], clip)) { 224 if (clipper.clipCubic(pts, clip)) {
|
SkScan_AntiPath.cpp | 48 const SkRegion& clip); 79 const SkRegion& clip) { 83 * We use the clip bounds instead of the ir, since we may be asked to 86 const int left = clip.getBounds().fLeft; 87 const int right = clip.getBounds().fRight; 107 const SkRegion& clip); 131 const SkRegion& clip) 132 : BaseSuperBlitter(realBlitter, ir, clip) { 378 const SkRegion& clip); 417 const SkRegion& clip) [all...] |
SkScan_Path.cpp | 301 // check our bottom clip 318 void setBlitter(SkBlitter* blitter, const SkIRect& clip, int shift) { 320 fFirstX = clip.fLeft << shift; 321 fLastX = clip.fRight << shift; 353 virtual void blitMask(const SkMask&, const SkIRect& clip) { 427 // clipRect may be null, even though we always have a clip. This indicates that 428 // the path is contained in the clip, and so we can ignore it during the blit 447 * we need to restrict our drawing to the intersection of the clip 510 void sk_blit_above(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) { 511 const SkIRect& cr = clip.getBounds() [all...] |
/external/skia/src/core/ |
SkEdge.h | 39 int setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip, 41 // call this version if you know you don't have a clip 44 void chopLineWithClip(const SkIRect& clip); 46 inline bool intersectsClip(const SkIRect& clip) const { 47 SkASSERT(fFirstY < clip.fBottom); 48 return fLastY >= clip.fTop; 84 int setCubic(const SkPoint pts[4], const SkIRect* clip, int shiftUp);
|
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...] |
SkEdgeBuilder.cpp | 106 SkRect clip; local 107 setShiftedClip(&clip, *iclip, shiftUp); 118 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 181 SkRect clip; local 182 setShiftedClip(&clip, *iclip, shiftUp); 194 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 201 if (clipper.clipQuad(pts, clip)) { 218 if (clipper.clipQuad(&storage[i * 2], clip)) { 224 if (clipper.clipCubic(pts, clip)) {
|
SkScan_AntiPath.cpp | 48 const SkRegion& clip); 79 const SkRegion& clip) { 83 * We use the clip bounds instead of the ir, since we may be asked to 86 const int left = clip.getBounds().fLeft; 87 const int right = clip.getBounds().fRight; 107 const SkRegion& clip); 131 const SkRegion& clip) 132 : BaseSuperBlitter(realBlitter, ir, clip) { 378 const SkRegion& clip); 417 const SkRegion& clip) [all...] |
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
AccessPermissionWithDiffSigTest.java | 86 private void assertReadingClipNotAllowed(ClipData clip, String msg) { 87 for (int i=0; i<clip.getItemCount(); i++) { 88 ClipData.Item item = clip.getItemAt(i); 176 private void assertWritingClipNotAllowed(ClipData clip, String msg) { 177 for (int i=0; i<clip.getItemCount(); i++) { 178 ClipData.Item item = clip.getItemAt(i); 277 ClipData clip = new ClipData("foo", new String[] { "foo/bar" }, local 279 clip.addItem(new ClipData.Item(grantClip2Uri)); 280 // Intents in the ClipData should allow their data: and clip URIs 283 clip.addItem(new ClipData.Item(new Intent(Intent.ACTION_VIEW, grantClip3Uri))) 1233 final ClipData clip = makeSingleClipData(target); local [all...] |
/external/chromium_org/ppapi/shared_impl/ |
ppb_view_shared.cc | 80 PP_Bool PPB_View_Shared::GetClipRect(PP_Rect* clip) const { 81 if (!clip) 83 *clip = data_.clip_rect;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFontImpl.cpp | 91 WebColor color, const WebRect& clip, bool canvasIsOpaque, 95 WebCore::FloatRect textClipRect(clip); 106 gc.clip(textClipRect);
|
WebFontImpl.h | 54 const WebRect& clip, bool canvasIsOpaque, int from = 0, int to = -1) const;
|
/external/chromium_org/cc/output/ |
output_surface_client.h | 41 gfx::Rect clip,
|
/external/chromium_org/ppapi/cpp/ |
graphics_2d.h | 160 /// @param[in] clip The clipping rectangle. 163 void Scroll(const Rect& clip, const Point& amount);
|
/external/chromium_org/ppapi/thunk/ |
ppb_browser_font_trusted_api.h | 25 const PP_Rect* clip,
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFont.h | 64 // The text will be clipped to the given clip rect. |canvasIsOpaque| is 72 const WebRect& clip, bool canvasIsOpaque,
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_vertex.c | 44 GLvector4f clip; member in struct:vertex_stage_data 56 /* This function implements cliptesting for user-defined clip planes. 62 GLvector4f *clip, \ 76 GLfloat *coord = (GLfloat *)clip->data; \ 77 GLuint stride = clip->stride; \ 78 GLuint count = clip->count; \ 161 VB->ClipPtr = TransformRaw( &store->clip, 181 /* Cliptest and perspective divide. Clip functions must clear 245 _mesa_vector4f_alloc( &store->clip, 0, size, 32 ); 252 !store->clip.data | [all...] |
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGPolygon.cpp | 14 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
|
/external/chromium_org/ui/gfx/ |
blit.h | 44 // The canvas should not have a clip or a transform applied, since platforms 47 const Rect& clip,
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_content_layer_impl.h | 39 gfx::Rect clip,
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_vertex.c | 44 GLvector4f clip; member in struct:vertex_stage_data 56 /* This function implements cliptesting for user-defined clip planes. 62 GLvector4f *clip, \ 76 GLfloat *coord = (GLfloat *)clip->data; \ 77 GLuint stride = clip->stride; \ 78 GLuint count = clip->count; \ 161 VB->ClipPtr = TransformRaw( &store->clip, 181 /* Cliptest and perspective divide. Clip functions must clear 245 _mesa_vector4f_alloc( &store->clip, 0, size, 32 ); 252 !store->clip.data | [all...] |