/external/mesa3d/src/gallium/state_trackers/vega/ |
polygon.h | 69 VGfloat min_x, max_x; member in struct:polygon_array
|
polygon.c | 265 VGfloat min_x, min_y, max_x, max_y; local 269 min_x = bounds[0]; 276 min_x, min_y, max_x, max_y); 300 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y); 307 VGfloat min_x = polyarray->min_x; local 319 min_x, min_y, max_x, max_y); 349 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
|
image.c | 325 VGint min_x = children[0]->x; local 330 if (child->x < min_x) {
|
path.c | 324 VGfloat min_x, max_x; local 332 polyarray->min_x = 0.0f; 340 min_x = bounds[0]; 347 min_x = MIN2(min_x, bounds[0]); 353 polyarray->min_x = min_x; [all...] |
/external/ImageMagick/coders/ |
exr.c | 157 min_x, 206 ImfHeaderDisplayWindow(hdr_info,&min_x,&min_y,&max_x,&max_y); 207 image->columns=max_x-min_x+1UL; 239 ImfInputSetFrameBuffer(file,scanline-min_x-image->columns*(min_y+y),1, 153 min_x, local
|
/external/pdfium/core/fpdfapi/page/ |
cpdf_textobject.cpp | 193 FX_FLOAT min_x = 10000 * 1.0f; local 223 min_x = std::min(min_x, std::min(char_left, char_right)); 235 min_x = std::min(min_x, static_cast<FX_FLOAT>( 255 min_x = min_x * fontsize / 1000; 263 m_Left = min_x;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common.c | 113 int min_x, min_y, max_x, max_y; local 117 min_x = min_y = 0; 134 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x); 136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
|
/external/pdfium/third_party/agg23/ |
agg_rasterizer_scanline_aa.h | 81 int min_x() const function in class:agg::outline_aa 201 int min_x() const function in class:agg::rasterizer_scanline_aa 203 return m_outline.min_x();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XInput.h | 708 int min_x; member in struct:__anon46634 [all...] |
XIproto.h | 1304 INT32 min_x B32; 1386 INT32 min_x; member in struct:__anon46757 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XInput.h | 708 int min_x; member in struct:__anon48497 [all...] |
XIproto.h | 1304 INT32 min_x B32; 1386 INT32 min_x; member in struct:__anon48618 [all...] |
/external/opencv/cvaux/src/ |
cvlee.cpp | 2267 float min_x = (float)999999999; local [all...] |
/external/pdfium/core/fpdfapi/render/ |
cpdf_renderstatus.cpp | 434 int min_x, max_x, start_index, end_index; local 436 min_x = (int)FXSYS_floor(inter_x[0]); 441 min_x = (int)FXSYS_floor(inter_x[1]); 447 int start_x = std::max(min_x, 0); 454 FX_FLOAT r_unit = (r[end_index] - r[start_index]) / (max_x - min_x); 455 FX_FLOAT g_unit = (g[end_index] - g[start_index]) / (max_x - min_x); 456 FX_FLOAT b_unit = (b[end_index] - b[start_index]) / (max_x - min_x); 457 FX_FLOAT R = r[start_index] + (start_x - min_x) * r_unit; 458 FX_FLOAT G = g[start_index] + (start_x - min_x) * g_unit; 459 FX_FLOAT B = b[start_index] + (start_x - min_x) * b_unit [all...] |