HomeSort by relevance Sort by last modified time
    Searched refs:ymax (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/jpeg/
wrrle.c 191 header.ymax = cinfo->output_height - 1;
rdrle.c 116 height = source->header.ymax - source->header.ymin + 1;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_dump.c 129 batch_out(brw, name, offset, 10, "vp ymax %f\n", clip->viewport_ymax);
317 vp->scissor.xmax, vp->scissor.ymax);
332 batch_out(brw, name, offset, 3, "ymax = %f\n", vp->ymax);
353 batch_out(brw, name, offset, 9, "guardband ymax = %f\n", vp->guardband.ymax);
436 batch_out(brw, name, offset, 1, "xmax %d, ymax %d\n",
437 scissor->xmax, scissor->ymax);
brw_structs.h 465 GLuint ymax:16; member in struct:gen6_scissor_rect
735 GLfloat ymax; member in struct:brw_clipper_viewport
760 GLshort ymax; member in struct:brw_sf_viewport::__anon11513
789 GLfloat ymax; member in struct:gen7_sf_clip_viewport::__anon11515
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 92 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache
568 cache->ymax = -1000000;
648 cache->ymax - cache->ymin,
739 if (y + height > cache->ymax)
740 cache->ymax = y + height;
  /external/qemu/android/skin/
argb.h 267 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local
274 if (ymax > sy2) ymax = sy2;
279 hh = (unsigned)(ymax-ymin);
  /external/qemu/distrib/jpeg-6b/
wrrle.c 191 header.ymax = cinfo->output_height - 1;
rdrle.c 116 height = source->header.ymax - source->header.ymin + 1;
  /external/chromium_org/third_party/libjpeg_turbo/
rdrle.c 116 height = source->header.ymax - source->header.ymin + 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 736 * specified by [xmin, xmax) and [ymin, ymax).
741 GLint xmax, GLint ymax,
765 if (*y + *height > ymax)
766 *height -= (*y + *height - ymax);
776 * Clip dst coords against Xmax (or Ymax).
  /external/mesa3d/src/mesa/main/
image.c 736 * specified by [xmin, xmax) and [ymin, ymax).
741 GLint xmax, GLint ymax,
765 if (*y + *height > ymax)
766 *height -= (*y + *height - ymax);
776 * Clip dst coords against Xmax (or Ymax).
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 706 const GLint ymax = ctx->DrawBuffer->_Ymax; local
722 & (y[i] >= ymin) & (y[i] < ymax);
730 & (y[i] >= ymin) & (y[i] < ymax);
743 if (y < ymin || y >= ymax || x + n <= xmin || x >= xmax) {
818 ASSERT(span->y < ymax);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 706 const GLint ymax = ctx->DrawBuffer->_Ymax; local
722 & (y[i] >= ymin) & (y[i] < ymax);
730 & (y[i] >= ymin) & (y[i] < ymax);
743 if (y < ymin || y >= ymax || x + n <= xmin || x >= xmax) {
818 ASSERT(span->y < ymax);
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 639 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
642 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
644 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
651 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
1427 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 1353 const int ymax = ymin + (int) size; local
    [all...]
sp_tex_sample.c 792 unsigned ymax = (ypot - 1) & (TILE_SIZE - 1); /* MIN2(TILE_SIZE, ypot) - 1; */ local
817 if (x0 < xmax && y0 < ymax) {
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1353 const int ymax = ymin + (int) size; local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 638 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
641 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
643 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
650 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
1422 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 421 static FX_FLOAT PDF_Interpolate(FX_FLOAT x, FX_FLOAT xmin, FX_FLOAT xmax, FX_FLOAT ymin, FX_FLOAT ymax)
423 return ((x - xmin) * (ymax - ymin) / (xmax - xmin)) + ymin;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 233 FX_FLOAT xmin = 0, ymin = 0, xmax = 1.0f, ymax = 1.0f; local
238 ymax = pDomain->GetNumber(3);
266 if (x < xmin || x > xmax || y < ymin || y > ymax) {
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 81 /* o its scanline position boundaries, i.e. `Ymin' and `Ymax' */
84 /* between `Ymin' and `Ymax' */
1557 Long y1, y2, y3, x3, ymin, ymax; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 81 /* o its scanline position boundaries, i.e. `Ymin' and `Ymax' */
84 /* between `Ymin' and `Ymax' */
1559 Long y1, y2, y3, x3, ymin, ymax; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 81 /* o its scanline position boundaries, i.e. `Ymin' and `Ymax' */
84 /* between `Ymin' and `Ymax' */
1559 Long y1, y2, y3, x3, ymin, ymax; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 2530 SkScalar ymax = this->getBounds().fTop; local
    [all...]
  /external/skia/src/core/
SkPath.cpp 2569 SkScalar ymax = this->getBounds().fTop; local
    [all...]

Completed in 4839 milliseconds

1 23 4