HomeSort by relevance Sort by last modified time
    Searched refs:Width (Results 251 - 275 of 489) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 52 GLint width, GLint height,
57 if (srcx >= dstx + width || (srcx + width <= dstx)) {
72 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) {
76 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) {
100 GLint width, GLint height, GLint destx, GLint desty)
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
142 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat) * 4);
151 width, srcx, sy + row, p )
    [all...]
  /external/chromium_org/win8/metro_driver/
print_document_source.cc 186 D2D1_SIZE_F page_size = D2D1::SizeF(page_desc.PageSize.Width,
241 width_ = page_desc.PageSize.Width;
265 float width,
267 DVLOG(1) << __FUNCTION__ << ", width: " << width << ", height: " << height
269 DCHECK(width > 0 && height > 0);
280 preview_size.Width = width;
282 float scale = width_ / width;
301 static_cast<UINT32>(ceil(width * dpi_ / 96))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 296 unsigned Width = SchedModel->getIssueWidth();
297 IssueCount = (IssueCount <= Width) ? 0 : IssueCount - Width;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 86 static mesh* build_gear(ID3D11Device* dev, int triangle_budget, float inner_radius, float outer_radius, float width, int teeth, float tooth_depth)
125 float z = width * face * 0.5f;
166 float z = width * 0.5f;
212 VERT(r0 * dc[i], r0 * ds[i], -width * 0.5f);
213 VERT(r0 * dc[i], r0 * ds[i], width * 0.5f);
311 void init_for_dimensions(unsigned width, unsigned height)
318 zsbufd.Width = width;
362 offscreend.Width = width;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_misc_state.c 54 OUT_BATCH(((ctx->DrawBuffer->Width - 1) & 0xffff) |
378 * 3DSTATE_DEPTH_BUFFER: namely the tile walk, surface type, width, and
430 OUT_BATCH(((stencil_irb->Base.Base.Width + tile_x - 1) << 6) |
494 (((depth_irb->Base.Base.Width + tile_x) - 1) << 6) |
557 * The pitch must be set to 2x the value computed based on width, as
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 226 GLuint width = texImage->Width; local
248 *stride = get_texture_image_row_stride(rmesa, texImage->TexFormat, width, 0, texImage->TexObject->Target);
264 *stride = _mesa_format_row_stride(texImage->TexFormat, width);
611 texImage->Width = image->width;
789 int width, height, depth; local
792 width = texImage->Width;
797 (width == 1 |
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 64 alloc_back_shm_ximage(XMesaBuffer b, GLuint width, GLuint height)
75 if (width == 0 || height == 0) {
84 width, height);
158 alloc_back_shm_ximage(XMesaBuffer b, GLuint width, GLuint height)
172 alloc_back_buffer(XMesaBuffer b, GLuint width, GLuint height)
189 if (width == 0 || height == 0)
193 if (b->shm == 0 || !alloc_back_shm_ximage(b, width, height)) {
200 width, height,
223 if (width > 0 && height > 0) {
227 width, height
    [all...]
xm_line.c 432 XSetLineAttributes(dpy, gc, (int) ctx->Line.Width,
471 && ctx->Line.Width==1.0F) {
493 && ctx->Line.Width==1.0F) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 64 GLuint width, GLuint height)
95 size = _mesa_format_image_size(strb->Base.Format, width, height, 1);
110 GLuint width, GLuint height)
121 strb->Base.Width = width;
128 width, height);
176 if (width == 0 || height == 0) {
186 templ.width0 = width;
216 assert(strb->surface->width == width);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 52 GLint width, GLint height,
57 if (srcx >= dstx + width || (srcx + width <= dstx)) {
72 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) {
76 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) {
100 GLint width, GLint height, GLint destx, GLint desty)
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
142 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat) * 4);
151 width, srcx, sy + row, p )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 111 *w = reply->width;
206 dri2_surf->base.Width, dri2_surf->base.Height);
246 dri2_surf->base.Width = reply->width;
365 rectangle.width = dri2_surf->base.Width;
373 int *width, int *height,
395 dri2_surf->base.Width = *width = reply->width;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 111 *w = reply->width;
206 dri2_surf->base.Width, dri2_surf->base.Height);
246 dri2_surf->base.Width = reply->width;
365 rectangle.width = dri2_surf->base.Width;
373 int *width, int *height,
395 dri2_surf->base.Width = *width = reply->width;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
share_client.js 60 * @param {number} width Width in pixels.
65 ShareClient.Observer.prototype.onResized = function(width, height, callback) {
86 this.observer_.onResized(data.args.width,
  /external/chromium_org/media/base/simd/
linear_scale_yuv_to_rgb_mmx_x64.asm 18 ; ptrdiff_t width,
33 ; 5. Width
36 PROLOGUE 6, 7, 3, Y, U, V, ARGB, WIDTH, SOURCE_DX, COMPL
61 imul WIDTHq, SOURCE_DXq ; source_width = width * source_dx
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
299 ctx->Scissor.Width, ctx->Scissor.Height);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.c 510 int width, int height)
513 width, height);
618 if (fb && (dPriv->w != fb->Width || dPriv->h != fb->Height)) {
622 assert(fb->Width == dPriv->w);
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 134 unsigned Width = ImmSOp.getImm() + 1;
136 O << '#' << Width;
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
299 ctx->Scissor.Width, ctx->Scissor.Height);
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 510 int width, int height)
513 width, height);
618 if (fb && (dPriv->w != fb->Width || dPriv->h != fb->Height)) {
622 assert(fb->Width == dPriv->w);
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 66 // The width of the text entry field.
80 std::vector<GdkPoint> MakeFramePolygonPoints(int width,
98 points.push_back(MakeBidiGdkPoint(x_off_r, 0, width, ltr));
100 kCornerSize + x_off_r, kCornerSize, width, ltr));
104 kCornerSize + x_off_r, height - kCornerSize, width, ltr));
107 width, ltr));
111 width - (2 * kCornerSize) + x_off_r, height + y_off,
112 width, ltr));
114 width - kCornerSize + x_off_l, height - kCornerSize, width, ltr))
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.cc 76 // The default width of the findbar dialog. It may get smaller if the window
91 std::vector<GdkPoint> MakeFramePolygonPoints(int width,
109 points.push_back(MakeBidiGdkPoint(x_off_r, 0, width, ltr));
111 kCornerSize + x_off_r, kCornerSize, width, ltr));
115 kCornerSize + x_off_r, height - kCornerSize, width, ltr));
118 width, ltr));
122 width - (2 * kCornerSize) + x_off_r, height + y_off,
123 width, ltr));
125 width - kCornerSize + x_off_l, height - kCornerSize, width, ltr))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFilterElement.cpp 42 DEFINE_ANIMATED_LENGTH(SVGFilterElement, SVGNames::widthAttr, Width, width)
54 REGISTER_LOCAL_ANIMATED_PROPERTY(width)
72 // Spec: If the width/height attribute is not specified, the effect is as if a value of "120%" were specified.
SVGImageElement.cpp 39 DEFINE_ANIMATED_LENGTH(SVGImageElement, SVGNames::widthAttr, Width, width)
48 REGISTER_LOCAL_ANIMATED_PROPERTY(width)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_state.c 408 ctx->Viewport.Width,
417 ctx->Viewport.Width,
429 GLint x, GLint y, GLsizei width, GLsizei height)
539 x1 = CLAMP(x1, 0, ctx->DrawBuffer->Width - 1);
541 x2 = CLAMP(x2, 0, ctx->DrawBuffer->Width - 1);
606 int width; local
610 width = (int) (widthf * 2);
611 width = CLAMP(width, 1, 0xf);
612 lis4 |= width << S4_LINE_WIDTH_SHIFT
    [all...]

Completed in 6736 milliseconds

<<11121314151617181920