HomeSort by relevance Sort by last modified time
    Searched full:xmax (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 56 s16p16 xMax; /* x max coordinate */
  /external/qemu/android/skin/
argb.h 267 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local
272 if (xmax > sx2) xmax = sx2;
276 ww = (unsigned)(xmax-xmin);
  /external/opencv/cv/src/
cvimgwarp.cpp 210 int cn, int xmax, \
221 xmax *= cn; \
250 for( dx = 0; dx < xmax; dx++ ) \
420 int cn, int xmin, int xmax, \
427 xmin *= cn; xmax *= cn; \
486 for( ; dx < xmax; dx++ ) \
806 int xmax = dsize.width, width = dsize.width*cn, buf_size; local
890 int xmin = dsize.width, xmax = -1; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 281 SInt16 xMax = static_cast<SInt16>(uxMax);
282 float diff = static_cast<float>(xMax - xMin);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 110 // clip with xmax
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 110 // clip with xmax
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_structs.h 464 GLuint xmax:16; member in struct:gen6_scissor_rect
733 GLfloat xmax; member in struct:brw_clipper_viewport
759 GLshort xmax; member in struct:brw_sf_viewport::__anon13240
787 GLfloat xmax; member in struct:gen7_sf_clip_viewport::__anon13242
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 86 virtual int32_t XMax();
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTUtils.cpp 21 0x0,0x0, //SkOTTableGlyphData::xMax
  /external/jpeg/
wrrle.c 189 header.xmax = cinfo->output_width - 1;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 464 GLuint xmax:16; member in struct:gen6_scissor_rect
733 GLfloat xmax; member in struct:brw_clipper_viewport
759 GLshort xmax; member in struct:brw_sf_viewport::__anon23707
787 GLfloat xmax; member in struct:gen7_sf_clip_viewport::__anon23709
    [all...]
  /external/qemu/distrib/jpeg-6b/
wrrle.c 189 header.xmax = cinfo->output_width - 1;
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 86 virtual int32_t XMax();
  /external/skia/src/sfnt/
SkOTUtils.cpp 21 0x0,0x0, //SkOTTableGlyphData::xMax
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
510 xmax = ymax * aspect;
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 79 FT_Short xMax;
191 FT_Short xMax_Extent; /* xmax extents */
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/freetype/include/freetype/
tttables.h 79 FT_Short xMax;
191 FT_Short xMax_Extent; /* xmax extents */
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 394 int xMax = 4;
398 xMax = 3;
413 for (int j = xMin; j < xMax; j++) {
  /frameworks/native/opengl/tests/angeles/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
510 xmax = ymax * aspect;
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 1352 const int xmax = xmin + (int) size; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1352 const int xmax = xmin + (int) size; local
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java 444 * xmax, ymax, weight. The rectangle is defined inclusive of the
520 * xmax, ymax, weight. The rectangle is defined inclusive of the
606 * xmax, ymax, weight. The rectangle is defined inclusive of the
    [all...]
CaptureResult.java 196 * xmax, ymax, weight. The rectangle is defined inclusive of the
257 * xmax, ymax, weight. The rectangle is defined inclusive of the
344 * xmax, ymax, weight. The rectangle is defined inclusive of the
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 531 const int xmax = (tile_size <= width - col_start) ? local
549 for (x = 0; x < xmax; ++x) {
586 const int xmax = (tile_size <= width - col_start) ? local
597 for (x = 0; x < xmax; ++x) {
    [all...]
  /external/webp/src/dsp/
lossless.c 531 const int xmax = (tile_size <= width - col_start) ? local
549 for (x = 0; x < xmax; ++x) {
586 const int xmax = (tile_size <= width - col_start) ? local
597 for (x = 0; x < xmax; ++x) {
    [all...]

Completed in 1835 milliseconds

1 2 3 45 6 7 8