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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 87 GLuint width, GLuint height)
94 rb->Width = width;
98 rb->Format, width, height);
175 GLuint width, GLuint height)
180 rb->Width = width;
286 rb->Width = ti->Width;
nv20_state_fb.c 60 unsigned pitch = align(fb->Width, 128),
146 PUSH_DATA (push, (fb->Width - 1) << 16);
  /external/mesa3d/src/mesa/main/
texgetimage.c 79 const GLint width = texImage->Width; local
83 GLfloat *depthRow = (GLfloat *) malloc(width * sizeof(GLfloat));
96 0, 0, width, height, GL_MAP_READ_BIT,
102 width, height, format, type,
105 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow);
106 _mesa_pack_depth_span(ctx, width, dest, type, depthRow, &ctx->Pack);
129 const GLint width = texImage->Width; local
140 0, 0, width, height, GL_MAP_READ_BIT
174 const GLint width = texImage->Width; local
234 const GLuint width = texImage->Width; local
325 const GLuint width = texImage->Width; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_viewport.c 68 GLfloat half_width = (GLfloat)ctx->Viewport.Width * 0.5f;
st_cb_clear.c 199 const GLfloat fb_width = (GLfloat) fb->Width;
341 ctx->Scissor.Width < rb->Width ||
371 ctx->Scissor.Width < rb->Width ||
395 ctx->Scissor.Width < rb->Width ||
427 ctx->Scissor.Width < rb->Width ||
st_atom_framebuffer.c 57 int rtt_width = strb->Base.Width;
64 strb->surface->width != rtt_width ||
86 strb->surface->width, strb->surface->height,
110 framebuffer->width = fb->Width;
113 /*printf("------ fb size %d x %d\n", fb->Width, fb->Height);*/
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.h 55 int32_t Width(int32_t record_index, int32_t glyph_num);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 40 inline int Width()
72 int width, height; member in class:MosaicFrame
80 width = _width;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
117 return U[y*width+x];
125 ImageType U = image + (width*height*2);
126 return U[y*width+x]
139 double width; member in struct:__anon35188
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
MosaicTypes.h 40 inline int Width()
72 int width, height; member in class:MosaicFrame
80 width = _width;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
117 return U[y*width+x];
125 ImageType U = image + (width*height*2);
126 return U[y*width+x]
139 double width; member in struct:__anon35195
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 40 inline int Width()
72 int width, height; member in class:MosaicFrame
80 width = _width;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
117 return U[y*width+x];
125 ImageType U = image + (width*height*2);
126 return U[y*width+x]
139 double width; member in struct:__anon35205
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 123 int Width;
133 int Width;
151 static void PrintString(EAdjustment adjustment, int width, const UString &textString)
153 const int numSpaces = width - textString.Length();
198 fieldInfo.Width = fieldInfoInit.Width;
244 ((fieldInfo.PropID == kpidPath) ? 0: fieldInfo.Width), fieldInfo.Name);
254 for (int i = 0; i < fieldInfo.Width; i++)
316 int width = (fieldInfo.PropID == kpidPath) ? 0: fieldInfo.Width; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
custom_button.cc 72 int CustomDrawButtonBase::Width() const {
73 return surfaces_[0]->Width();
109 cairo_translate(cairo_context, allocation.width, 0.0f);
115 gfx::Rect bounds = gfx::Rect(0, 0, pixbuf->Width(), 0);
320 return button_base_.Width();
384 gtk_widget_set_size_request(widget(), button_base_.Width(),
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 962 // this width-specifier.
1031 int Width = 0;
1033 Width = 64;
1035 Width = 32;
1037 Width = 16;
1039 Width = 8;
1041 Width = 4;
1043 Width = 2;
1049 int Num1s = (ImmS & (Width - 1)) + 1;
1052 if (Num1s == Width) return false
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_clear.c 199 const GLfloat fb_width = (GLfloat) fb->Width;
341 ctx->Scissor.Width < rb->Width ||
371 ctx->Scissor.Width < rb->Width ||
395 ctx->Scissor.Width < rb->Width ||
427 ctx->Scissor.Width < rb->Width ||
st_atom_framebuffer.c 57 int rtt_width = strb->Base.Width;
64 strb->surface->width != rtt_width ||
86 strb->surface->width, strb->surface->height,
110 framebuffer->width = fb->Width;
113 /*printf("------ fb size %d x %d\n", fb->Width, fb->Height);*/
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_misc_state.c 142 dw3 = ((srb->Base.Base.Width + tile_x - 1) << 4) |
201 OUT_BATCH((((drb->Base.Base.Width + tile_x) - 1) << 4) |
255 * The pitch must be set to 2x the value computed based on width, as
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c 60 unsigned pitch = align(fb->Width, 128),
146 PUSH_DATA (push, (fb->Width - 1) << 16);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c 297 const GLint w = rb->Width, h = rb->Height;
330 const GLint w = rb->Width, h = rb->Height;
459 x + n <= 0 || x >= (GLint) rb->Width) {
470 if (x + n > (GLint) rb->Width) {
471 GLint dx = x + n - rb->Width;
504 x + n <= 0 || x >= (GLint) rb->Width) {
514 if (x + n > (GLint) rb->Width) {
515 GLint dx = x + n - rb->Width;
556 GLint x, y, width, height; local
567 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin
    [all...]
  /external/chromium_org/ui/surface/
d3d9_utils_win.cc 95 HRESULT hr = device->CreateTexture(size.width(),
114 size.width(),
137 size.width(),
157 return gfx::Size(surface_description.Width, surface_description.Height);
165 return gfx::Size(surface_description.Width, surface_description.Height);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_misc_state.c 142 dw3 = ((srb->Base.Base.Width + tile_x - 1) << 4) |
201 OUT_BATCH((((drb->Base.Base.Width + tile_x) - 1) << 4) |
255 * The pitch must be set to 2x the value computed based on width, as
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 297 const GLint w = rb->Width, h = rb->Height;
330 const GLint w = rb->Width, h = rb->Height;
459 x + n <= 0 || x >= (GLint) rb->Width) {
470 if (x + n > (GLint) rb->Width) {
471 GLint dx = x + n - rb->Width;
504 x + n <= 0 || x >= (GLint) rb->Width) {
514 if (x + n > (GLint) rb->Width) {
515 GLint dx = x + n - rb->Width;
556 GLint x, y, width, height; local
567 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.cc 34 int32_t BigGlyphMetrics::Width() {
84 int32_t BigGlyphMetrics::Builder::Width() {
88 void BigGlyphMetrics::Builder::SetWidth(byte_t width) {
89 InternalWriteData()->WriteByte(Offset::kWidth, width);
  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 62 int CustomDrawButtonBase::Width() const {
63 return surfaces_[0]->Width();
95 cairo_translate(cairo_context, widget->allocation.width, 0.0f);
101 gfx::Rect bounds = gfx::Rect(0, 0, pixbuf->Width(), 0);
333 gtk_widget_set_size_request(widget(), button_base_.Width(),
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackRegion.h 64 double width() const { return m_width; } function in class:WebCore::TextTrackRegion
112 Width,
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderTarget9.cpp 30 mWidth = description.Width;
39 RenderTarget9::RenderTarget9(Renderer *renderer, GLsizei width, GLsizei height, GLenum format, GLsizei samples)
56 if (width > 0 && height > 0)
60 result = mRenderer->getDevice()->CreateDepthStencilSurface(width, height, requestedFormat,
66 result = mRenderer->getDevice()->CreateRenderTarget(width, height, requestedFormat,
81 mWidth = width;

Completed in 718 milliseconds

1 2 34 5 6 7 8 91011>>