HomeSort by relevance Sort by last modified time
    Searched refs:clip (Results 76 - 100 of 677) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/third_party/skia/src/core/
SkScan.h 57 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
58 static void FillXRect(const SkXRect&, const SkRegion* clip, SkBlitter*);
59 static void FillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
60 static void AntiFillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
62 static void FillPath(const SkPath&, const SkRegion& clip, SkBlitter*);
63 static void AntiFillPath(const SkPath&, const SkRegion& clip, SkBlitter*,
SkBlitter.cpp 120 void SkBlitter::blitMask(const SkMask& mask, const SkIRect& clip) {
121 SkASSERT(mask.fBounds.contains(clip));
124 int cx = clip.fLeft;
125 int cy = clip.fTop;
128 int height = clip.height();
132 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) {
141 int rite_edge = clip.fRight - maskLeft;
178 int width = clip.width();
181 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/
SkScan.h 57 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
58 static void FillXRect(const SkXRect&, const SkRegion* clip, SkBlitter*);
59 static void FillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
60 static void AntiFillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
62 static void FillPath(const SkPath&, const SkRegion& clip, SkBlitter*);
63 static void AntiFillPath(const SkPath&, const SkRegion& clip, SkBlitter*,
SkBlitter.cpp 120 void SkBlitter::blitMask(const SkMask& mask, const SkIRect& clip) {
121 SkASSERT(mask.fBounds.contains(clip));
124 int cx = clip.fLeft;
125 int cy = clip.fTop;
128 int height = clip.height();
132 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) {
141 int rite_edge = clip.fRight - maskLeft;
178 int width = clip.width();
181 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/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 OVERRIDE;
  /external/chromium_org/cc/layers/
picture_image_layer.h 30 const gfx::Rect& clip,
  /external/chromium_org/cc/output/
output_surface_client.h 44 const gfx::Rect& clip,
  /external/chromium_org/content/renderer/compositor_bindings/
web_content_layer_impl.h 41 const 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/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/skia/src/svg/
SkSVGPolygon.cpp 14 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
  /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/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...]
  /external/chromium_org/chrome/browser/resources/options/
startup_overlay.css 28 background-clip: padding-box;

Completed in 4922 milliseconds

1 2 34 5 6 7 8 91011>>