/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::__anon15131 787 GLfloat xmax; member in struct:gen7_sf_clip_viewport::__anon15133 [all...] |
/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::__anon25496 787 GLfloat xmax; member in struct:gen7_sf_clip_viewport::__anon25498 [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/freetype/src/smooth/ |
ftgrays.c | [all...] |
/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...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cffobjs.c | 733 cffface->bbox.xMax = ( dict->font_bbox.xMax + 0xFFFF ) >> 16; [all...] |
cffparse.c | 528 bbox->xMax = FT_RoundFix( cff_parse_fixed( data++ ) ); 535 bbox->xMax / 65536,
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
sfobjs.c | [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
filter.c | 257 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local 262 for (x = xmin; x <= xmax; ++x) {
|