/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_context.h | 241 struct pipe_clip_state clip; member in struct:i915_context
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_context.h | 224 struct pipe_clip_state clip; member in struct:svga_state
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/opus/src/celt/ |
celt_encoder.c | 65 int clip; member in struct:OpusCustomEncoder 187 st->clip = 1; 464 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip) 494 if (clip) 496 /* Clip input to avoid encoding non-portable files */ 501 (void)clip; /* Avoids a warning about clip being unused. */ [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkAAClip.cpp | 19 AutoAAClipValidate(const SkAAClip& clip) : fClip(clip) { 30 #define AUTO_AACLIP_VALIDATE(clip) AutoAAClipValidate acv(clip) 32 #define AUTO_AACLIP_VALIDATE(clip) 135 SkAAClip::Iter::Iter(const SkAAClip& clip) { 136 if (clip.isEmpty()) { 138 fTop = fBottom = clip.fBounds.fBottom; 145 const RunHead* head = clip.fRunHead; 151 fTop = clip.fBounds.fTop 1763 SkAAClip clip; local 1794 SkAAClip clip; local [all...] |
SkDraw.cpp | 269 in the clip, we don't have to worry about antialiasing. 840 const SkRasterClip& clip = looper.getRC(); local 849 SkScan::AntiFillRect(localDevRect, clip, blitter); 851 SkScan::FillRect(localDevRect, clip, blitter); 856 SkScan::AntiFrameRect(localDevRect, strokeSize, clip, blitter); 858 SkScan::FrameRect(localDevRect, strokeSize, clip, blitter); 863 SkScan::AntiHairRect(localDevRect, clip, blitter); 865 SkScan::HairRect(localDevRect, clip, blitter); 2252 const SkRasterClip& clip = *fRC; local 2341 SkRasterClip clip; local [all...] |
SkCanvas.cpp | 84 The clip/matrix/proc are fields that reflect the top of the save/restore 139 // intersect clip, but don't translate it (yet) 633 // now jam our 1st clip to be bounds, and intersect the rest with that 800 SkRasterClip clip(totalClip); 802 layer->updateMC(totalMatrix, clip, fClipStack, &clip); 862 } else { // no user bounds, so just use the clip 868 // early exit if the clip is now empty 1639 const SkRasterClip& clip = fMCRec->fRasterClip; local 2473 const SkRegion& SkCanvas::LayerIter::clip() const { return fImpl->getClip(); } function in class:SkCanvas::LayerIter [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 1811 FT_BBox* clip; local [all...] |
/external/libopus/celt/ |
celt_encoder.c | 65 int clip; member in struct:OpusCustomEncoder 187 st->clip = 1; 464 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip) 494 if (clip) 496 /* Clip input to avoid encoding non-portable files */ 501 (void)clip; /* Avoids a warning about clip being unused. */ [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.h | 241 struct pipe_clip_state clip; member in struct:i915_context
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_context.h | 224 struct pipe_clip_state clip; member in struct:svga_state
|
/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/ |
ftgrays.c | 1805 FT_BBox* clip; local [all...] |
/external/skia/src/core/ |
SkAAClip.cpp | 19 AutoAAClipValidate(const SkAAClip& clip) : fClip(clip) { 30 #define AUTO_AACLIP_VALIDATE(clip) AutoAAClipValidate acv(clip) 32 #define AUTO_AACLIP_VALIDATE(clip) 135 SkAAClip::Iter::Iter(const SkAAClip& clip) { 136 if (clip.isEmpty()) { 138 fTop = fBottom = clip.fBounds.fBottom; 145 const RunHead* head = clip.fRunHead; 151 fTop = clip.fBounds.fTop 1695 SkAAClip clip; local 1726 SkAAClip clip; local [all...] |
SkDraw.cpp | 268 in the clip, we don't have to worry about antialiasing. 834 const SkRasterClip& clip = looper.getRC(); local 843 SkScan::AntiFillRect(localDevRect, clip, blitter); 845 SkScan::FillRect(localDevRect, clip, blitter); 850 SkScan::AntiFrameRect(localDevRect, strokeSize, clip, blitter); 852 SkScan::FrameRect(localDevRect, strokeSize, clip, blitter); 857 SkScan::AntiHairRect(localDevRect, clip, blitter); 859 SkScan::HairRect(localDevRect, clip, blitter); 2241 const SkRasterClip& clip = *fRC; local 2330 SkRasterClip clip; local [all...] |
SkCanvas.cpp | 109 The clip/matrix/proc are fields that reflect the top of the save/restore 161 // intersect clip, but don't translate it (yet) 607 // now jam our 1st clip to be bounds, and intersect the rest with that 775 SkRasterClip clip(totalClip); 777 layer->updateMC(totalMatrix, clip, fClipStack, &clip); 846 } else { // no user bounds, so just use the clip 852 // early exit if the clip is now empty 1397 SkRasterClip clip; local 1413 SkRasterClip clip; local 1746 const SkRasterClip& clip = *fMCRec->fRasterClip; local 2539 const SkRegion& SkCanvas::LayerIter::clip() const { return fImpl->getClip(); } function in class:SkCanvas::LayerIter [all...] |
/external/webp/src/enc/ |
quant.c | 103 static WEBP_INLINE int clip(int v, int m, int M) { function 225 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)]; 226 m->y1_.q_[1] = kAcTable[clip(q, 0, 127)]; 228 m->y2_.q_[0] = kDcTable[ clip(q + enc->dq_y2_dc_, 0, 127)] * 2; 229 m->y2_.q_[1] = kAcTable2[clip(q + enc->dq_y2_ac_, 0, 127)]; 231 m->uv_.q_[0] = kDcTable[clip(q + enc->dq_uv_dc_, 0, 117)]; 232 m->uv_.q_[1] = kAcTable[clip(q + enc->dq_uv_ac_, 0, 127)]; 266 const int qstep = kAcTable[clip(m->quant_, 0, 127)] >> 2; 376 enc->dqm_[i].quant_ = clip(q, 0, 127); 395 dq_uv_ac = clip(dq_uv_ac, MIN_DQ_UV, MAX_DQ_UV) [all...] |
/hardware/samsung_slsi/exynos5/include/ |
sec_g2d.h | 221 g2d_clip clip; member in struct:__anon42751
|
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | 311 private Drawable tileify(Drawable drawable, boolean clip) { 337 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip)); local 353 return (clip) ? new ClipDrawable(shapeDrawable, Gravity.LEFT, [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 256 private final Rectangle clip = new Rectangle(); field in class:ScreenViewer.LoupeViewer 333 g.getClipBounds(clip); 335 g.drawImage(grid, clip.x - clip.x % zoom, clip.y - clip.y % zoom, null);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
CSSMetadata.js | 409 "clip", "ellipsis" 436 "clip", "ellipsis" 444 "clip-rule": { values: [ 471 "background-clip": { values: [ 502 "clip-path": { values: [ 533 "clip": { values: [ 748 "-webkit-background-clip": 2, 761 "background-clip": 143, [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_common_unittest.cc | 57 const gfx::Rect& clip, 8572 scoped_refptr<Layer> clip = Layer::Create(); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_pipe.h | 348 struct pipe_clip_state clip; member in struct:r600_context
|
/external/chromium_org/third_party/skia/src/device/xps/ |
SkXPSDevice.cpp | 1764 HRESULT SkXPSDevice::clip(IXpsOMVisual* xpsVisual, const SkDraw& d) { function in class:SkXPSDevice [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.h | 348 struct pipe_clip_state clip; member in struct:r600_context
|