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

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_dump.c 116 struct brw_clip_unit_state *clip = intel->batch.bo->virtual + offset; local
123 clip->thread4.max_threads + 1);
126 batch_out(brw, name, offset, 7, "vp xmin %f\n", clip->viewport_xmin);
127 batch_out(brw, name, offset, 8, "vp xmax %f\n", clip->viewport_xmax);
128 batch_out(brw, name, offset, 9, "vp ymin %f\n", clip->viewport_ymin);
129 batch_out(brw, name, offset, 10, "vp ymax %f\n", clip->viewport_ymax);
324 const char *name = "CLIP VP";
517 name = "CLIP kernel";
  /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/chromium_org/third_party/skia/gm/
convexpolyclip.cpp 149 static const char kTxt[] = "Clip Me!";
160 for (SkTLList<Clip>::Iter iter(fClips, SkTLList<Clip>::Iter::kHead_IterStart);
163 const Clip* clip = iter.get(); variable
168 clip->getBounds(&bounds);
176 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa));
191 clip->getBounds(&bounds);
200 clip->asClosedPath(&closedClipPath);
202 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa))
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.cpp 18 // Draw only ops that affect pixels in the canvas's current clip.
21 // this canvas' clip bounds transformed back into identity space, which
188 // Most ops don't change the clip.
191 // Clip{Path,RRect,Rect,Region} obviously change the clip. They all know their bounds already.
197 // The bounds of clip ops need to be adjusted for the paints of saveLayers they're inside.
199 Bounds clip = SkRect::Make(devBounds); local
201 // clip bounds with the previous clip, exactly what we can't do when the clip grows
212 Bounds clip = SkRect::Make(op.devBounds); local
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStateUtils.cpp 160 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkRegion& clip) {
170 * capture the clip
179 if (!clip.isEmpty()) {
180 // only returns the b/w clip so aa clips fail
181 SkRegion::Iterator clip_iterator(clip);
190 // allocate memory for the clip then and copy them to the struct
200 // Check the clip can be decomposed into rectangles (i.e. no soft clips).
211 // decompose the total matrix and clip
253 setup_MC_state(&layerState->mcState, layer.matrix(), layer.clip());
280 // reconstruct the clip
281 SkRegion clip; local
    [all...]
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 45 } clip; member in struct:webrtc::FullStackTestParams
380 kFullStackTestDurationSecs * params.clip.fps);
397 stream->width = params.clip.width;
398 stream->height = params.clip.height;
402 stream->max_framerate = params.clip.fps;
413 test::ResourcePath(params.clip.name, "yuv").c_str(),
414 params.clip.width,
415 params.clip.height,
416 params.clip.fps,
420 << "Could not create capturer for " << params.clip.nam
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.h 68 unsigned clip:1; member in struct:draw_vs_variant_key
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 73 struct pipe_clip_state clip; member in struct:llvmpipe_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 77 struct si_pm4_state *clip; member in struct:si_state::__anon31941
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_dump.c 116 struct brw_clip_unit_state *clip = intel->batch.bo->virtual + offset; local
123 clip->thread4.max_threads + 1);
126 batch_out(brw, name, offset, 7, "vp xmin %f\n", clip->viewport_xmin);
127 batch_out(brw, name, offset, 8, "vp xmax %f\n", clip->viewport_xmax);
128 batch_out(brw, name, offset, 9, "vp ymin %f\n", clip->viewport_ymin);
129 batch_out(brw, name, offset, 10, "vp ymax %f\n", clip->viewport_ymax);
324 const char *name = "CLIP VP";
517 name = "CLIP kernel";
  /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/pdfium/fpdfsdk/src/
fpdfformfill.cpp 219 FX_RECT clip; local
220 clip.left = start_x;
221 clip.right = start_x + size_x;
222 clip.top = start_y;
223 clip.bottom = start_y + size_y;
236 pDevice->SetClip_Rect(&clip);
  /external/pixman/test/
affine-test.c 32 pixman_region16_t clip; local
236 printf ("source clip box: [%d,%d-%d,%d]\n",
242 pixman_region_init_rects (&clip, clip_boxes, n);
243 pixman_image_set_clip_region (src_img, &clip);
245 pixman_region_fini (&clip);
263 printf ("destination clip box: [%d,%d-%d,%d]\n",
268 pixman_region_init_rects (&clip, clip_boxes, n);
269 pixman_image_set_clip_region (dst_img, &clip);
270 pixman_region_fini (&clip);
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);
glyph-test.c 167 pixman_region16_t clip; local
180 pixman_region_init_rects (&clip, clip_boxes, n);
181 pixman_image_set_clip_region (image, &clip);
182 pixman_region_fini (&clip);
scaling-test.c 57 pixman_region16_t clip; local
271 printf ("source clip box: [%d,%d-%d,%d]\n",
277 pixman_region_init_rects (&clip, clip_boxes, n);
278 pixman_image_set_clip_region (src_img, &clip);
280 pixman_region_fini (&clip);
299 printf ("mask clip box: [%d,%d-%d,%d]\n",
305 pixman_region_init_rects (&clip, clip_boxes, n);
306 pixman_image_set_clip_region (mask_img, &clip);
308 pixman_region_fini (&clip);
326 printf ("destination clip box: [%d,%d-%d,%d]\n"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 439 /* Set a clipping rectangle to clip the outside edge of the screen */
440 { SDL_Rect clip; local
441 clip.x = 32;
442 clip.y = 32;
443 clip.w = screen->w-(2*32);
444 clip.h = screen->h-(2*32);
445 SDL_SetClipRect(screen, &clip);
  /external/skia/gm/
convexpolyclip.cpp 148 static const char kTxt[] = "Clip Me!";
158 for (SkTLList<Clip>::Iter iter(fClips, SkTLList<Clip>::Iter::kHead_IterStart);
161 const Clip* clip = iter.get(); variable
166 clip->getBounds(&bounds);
174 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa));
189 clip->getBounds(&bounds);
198 clip->asClosedPath(&closedClipPath);
200 clip->setOnCanvas(canvas, SkRegion::kIntersect_Op, SkToBool(aa))
    [all...]
  /external/skia/samplecode/
SampleText.cpp 237 SkRect clip; local
238 clip.set(SkIntToScalar(25), SkIntToScalar(34), SkIntToScalar(88), SkIntToScalar(155));
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 155 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkRegion& clip) {
165 * capture the clip
174 if (!clip.isEmpty()) {
175 // only returns the b/w clip so aa clips fail
176 SkRegion::Iterator clip_iterator(clip);
185 // allocate memory for the clip then and copy them to the struct
195 // Check the clip can be decomposed into rectangles (i.e. no soft clips).
206 // decompose the total matrix and clip
248 setup_MC_state(&layerState->mcState, layer.matrix(), layer.clip());
275 // reconstruct the clip
276 SkRegion clip; local
    [all...]
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackQueueItem.java 101 final float vol = clip(volume, 0.0f, 1.0f);
102 final float panning = clip(pan, -1.0f, 1.0f);
113 private static final float clip(float value, float min, float max) { method in class:AudioPlaybackQueueItem
  /frameworks/base/core/jni/android/graphics/
Region.cpp 70 const SkRegion* clip = reinterpret_cast<SkRegion*>(clipHandle); local
71 SkASSERT(dst && path && clip);
72 bool result = dst->setPath(*path, *clip);
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 214 FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float) clipBottom}; local
216 FPDFPage_TransFormWithClip(page, &transform, &clip);
PdfRenderer.cpp 197 FX_RECT clip; local
198 clip.left = destLeft;
199 clip.right = destRight;
200 clip.top = destTop;
201 clip.bottom = destBottom;
202 fxgeDevice->SetClip_Rect(&clip);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 

Completed in 1415 milliseconds

1 2 34 5 6 7 8 910