HomeSort by relevance Sort by last modified time
    Searched defs:xmin (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/third_party/agg23/
agg_renderer_scanline.h 47 int xmin = m_ren->xmin(); local
61 if(x < xmin) {
62 len -= xmin - x;
64 covers += xmin - x;
66 x = xmin;
agg_renderer_base.h 68 int xmin() const function in class:agg::renderer_base
121 if(x2 < xmin()) {
124 if(x1 < xmin()) {
125 x1 = xmin();
142 if(x < xmin()) {
143 len -= xmin() - x;
147 covers += xmin() - x;
148 x = xmin();
  /external/libvncserver/examples/android/jni/
fbvncserver.c 58 static int xmin, xmax; variable
156 xmin = info.minimum;
313 if (xmin != 0 && xmax != 0 && ymin != 0 && ymax != 0)
315 x = xmin + (x * (xmax - xmin)) / (scrinfo.xres);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.h 47 int32_t xmin; ///< inclusive member in struct:SWR_RECT
56 this->xmin == rhs.xmin &&
67 this->xmin = std::max(this->xmin, other.xmin);
72 if (xmax - xmin < 0 ||
76 ymin = ymax = xmin = xmax = 0;
88 this->xmin = std::min(this->xmin, other.xmin)
    [all...]
binner.cpp 102 bbox.xmin = vMinX;
135 bbox.xmin = _simd_sub_epi32(vMinX, _simd_set1_epi32(CT::BoundingBoxOffsetT::value));
300 /// @param scisXmin - output vector of per-prmitive scissor rect Xmin data.
324 scisXmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[0]].xmin,
325 pScissorsInFixedPoint[pViewportIndex[1]].xmin,
326 pScissorsInFixedPoint[pViewportIndex[2]].xmin,
327 pScissorsInFixedPoint[pViewportIndex[3]].xmin,
328 pScissorsInFixedPoint[pViewportIndex[4]].xmin,
329 pScissorsInFixedPoint[pViewportIndex[5]].xmin,
330 pScissorsInFixedPoint[pViewportIndex[6]].xmin,
670 simdscalari xmin = _simd_add_epi32(bbox.xmin, _simd_set1_epi32(127)); local
    [all...]
utils.h 82 simdscalari xmin; member in struct:simdBBox
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 194 GLint xmin, xmax, ymin, ymax, iy; local
203 xmin = (GLint) (x - iRadius);
211 xmin = (GLint) (x + 0.501F) - iRadius;
212 xmax = xmin + iSize - 1;
226 span.x = xmin;
228 span.end = xmax - xmin + 1;
311 const GLint xmin = (GLint) (x - radius); local
320 span.x = xmin;
322 span.end = xmax - xmin + 1;
325 for (ix = xmin; ix <= xmax; ix++)
410 GLint xmin, xmax, ymin, ymax, ix, iy; local
    [all...]
s_span.c 704 const GLint xmin = ctx->DrawBuffer->_Xmin; local
722 mask[i] &= (x[i] >= xmin) & (x[i] < xmax)
730 mask[i] = (x[i] >= xmin) & (x[i] < xmax)
744 if (y < ymin || y >= ymax || x + n <= xmin || x >= xmax) {
756 if (x < xmin) {
757 const GLint leftClip = xmin - x;
761 assert(x + n > xmin);
811 span->x = xmin;
816 assert(span->x >= xmin);
    [all...]
  /external/skia/src/pdf/
SkPDFBitmap.cpp 105 int xmin = SkTMax(0, xOrig - 1); local
109 for (int x = xmin; x <= xmax; ++x) {
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
FindRegion.java 192 int xmin = Math.max(0, (int) (mRoiBounds.left - mRoiBounds.width() * 2)); local
200 return new Rect(xmin, ymin, xmax, ymax);
  /external/libvncserver/libvncserver/
rfbregion.c 588 int xmin=((unsigned int)(int)-1)>>1,ymin=xmin,xmax=1-xmin,ymax=xmax; local
603 if(hcurr->start<xmin)
604 xmin=hcurr->start;
613 if(xmax<xmin || ymax<ymin)
616 return sraRgnCreateRect(xmin,ymin,xmax,ymax);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 91 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache
362 cache->xmin = 1000000;
435 assert(cache->xmin <= cache->xmax);
439 cache->xmax - cache->xmin,
523 if (x < cache->xmin)
524 cache->xmin = x;
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 719 GLfloat xmin, xmax, ymin, ymax; local
723 xmin = ymin * aspect;
726 glFrustum(xmin, xmax, ymin, ymax, zNear, zFar);
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; local
1186 xmin = size.width;
    [all...]
cvimgwarp.cpp 420 int cn, int xmin, int xmax, \
427 xmin *= cn; xmax *= cn; \
467 for( dx = 0; dx < xmin; dx++ ) \
890 int xmin = dsize.width, xmax = -1; local
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
509 xmin = ymin * aspect;
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
  /prebuilts/misc/windows/sdl2/test/
testautomation_rect.c 128 int xmin = refRect.x; local
132 int x1Ref = SDLTest_RandomIntegerInRange(xmin + 1, xmax - 1);
134 int x2Ref = SDLTest_RandomIntegerInRange(xmin + 1, xmax - 1);
153 x1 = xmin;
159 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymin, x2Ref, y2Ref);
161 x1 = xmin;
167 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymin, xmax, ymax);
169 x1 = xmin;
175 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymax, xmax, ymin);
    [all...]
  /system/core/libpixelflinger/
trap.cpp 743 const int xmin = c->state.scissor.left; local
747 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin);
960 const int xmin = c->state.scissor.left; local
962 if (xmin >= xmax) return;
983 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
1000 c->iterators.xr = xmin;
1007 // compute xmin and xmax for the left edge
1014 // compute xmin and xmax for the right edge
1039 const int xml = max(xmin, gglFixedToIntFloor(l_min_i))
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1400 const int xmin = (int) (x + 0.75 - halfSize); local
    [all...]
  /external/webp/src/dsp/
enc.c 742 const int xmin = (xo - VP8_SSIM_KERNEL < 0) ? 0 : xo - VP8_SSIM_KERNEL; local
749 for (x = xmin; x <= xmax; ++x) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 436 unsigned xmin:16; member in struct:gen6_scissor_rect
603 float xmin; member in struct:brw_clipper_viewport
628 int16_t xmin; member in struct:brw_sf_viewport::__anon28646
659 float xmin; member in struct:gen7_sf_clip_viewport::__anon28648
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 324 FX_FLOAT xmin = 0, ymin = 0, xmax = 1.0f, ymax = 1.0f; local
326 xmin = pDomain->GetNumberAt(0);
351 if (pos.x < xmin || pos.x > xmax || pos.y < ymin || pos.y > ymax)
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 1597 uint32_t xmin = static_cast<uint32_t>(entry.data.i32[0]); local
1698 uint32_t xmin = static_cast<uint32_t>(entry.data.i32[0]); local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1648 milliseconds

1 2