Searched refs:bytes_per_row (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcompsize.c143 int bytes_per_row; local
172 bytes_per_row = (width + 7) >> 3;
179 bytes_per_row = __glBytesPerElement(type) * width;
182 return bytes_per_row * height * depth * components;
/external/mesa3d/src/glx/
H A Dcompsize.c143 int bytes_per_row; local
172 bytes_per_row = (width + 7) >> 3;
179 bytes_per_row = __glBytesPerElement(type) * width;
182 return bytes_per_row * height * depth * components;
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_state_tracer.cc65 int bytes_per_row = screenshot_size_.width() * kBytesPerPixel; local
67 for (int x = 0; x < bytes_per_row; x++) {
68 std::swap(screenshot_pixels_[y * bytes_per_row + x],
70 [(screenshot_size_.height() - y - 1) * bytes_per_row + x]);
80 int bytes_per_row = screenshot_size_.width() * kBytesPerPixel; local
84 bytes_per_row,
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_frame_win.cc35 int bytes_per_row = size.width() * kBytesPerPixel; local
44 bmi.bmiHeader.biSizeImage = bytes_per_row * size.height();
58 return new DesktopFrameWin(size, bytes_per_row,
H A Ddiffer.h39 int bytes_per_row() { return bytes_per_row_; } function in class:webrtc::Differ
H A Dscreen_capturer_x11.cc294 (differ_->bytes_per_row() != frame->stride()))) {
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftwinfnt.h209 FT_UShort bytes_per_row; member in struct:FT_WinFNT_HeaderRec_
/external/freetype/include/
H A Dftwinfnt.h210 FT_UShort bytes_per_row; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftwinfnt.h209 FT_UShort bytes_per_row; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftwinfnt.h209 FT_UShort bytes_per_row; member in struct:FT_WinFNT_HeaderRec_
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.c137 GLint bytes_per_row; local
145 bytes_per_row = alignment
148 bytes_per_image = bytes_per_row * rows_per_image;
151 + (skiprows + row) * bytes_per_row
156 GLint bytes_per_pixel, bytes_per_row, remainder, bytes_per_image; local
164 bytes_per_row = pixels_per_row * bytes_per_pixel;
165 remainder = bytes_per_row % alignment;
167 bytes_per_row += (alignment - remainder);
169 ASSERT(bytes_per_row % alignment == 0);
171 bytes_per_image = bytes_per_row * rows_per_imag
[all...]
/external/mesa3d/src/mesa/main/
H A Dimage.c137 GLint bytes_per_row; local
145 bytes_per_row = alignment
148 bytes_per_image = bytes_per_row * rows_per_image;
151 + (skiprows + row) * bytes_per_row
156 GLint bytes_per_pixel, bytes_per_row, remainder, bytes_per_image; local
164 bytes_per_row = pixels_per_row * bytes_per_pixel;
165 remainder = bytes_per_row % alignment;
167 bytes_per_row += (alignment - remainder);
169 ASSERT(bytes_per_row % alignment == 0);
171 bytes_per_image = bytes_per_row * rows_per_imag
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkPDFRasterizer.cpp49 size_t rowSize = image.bytes_per_row();
/external/skia/src/utils/
H A DSkPDFRasterizer.cpp49 size_t rowSize = image.bytes_per_row();
/external/chromium_org/media/base/
H A Dvideo_frame_unittest.cc58 size_t bytes_per_row = yv12_frame->coded_size().width() * 4u; local
60 base::AlignedAlloc(bytes_per_row * yv12_frame->coded_size().height() +
72 bytes_per_row,
77 rgb_data + (bytes_per_row * row));
/external/chromium_org/remoting/host/
H A Dchromoting_messages.h153 IPC_STRUCT_MEMBER(int, bytes_per_row)
H A Ddesktop_session_agent.cc320 serialized_frame.bytes_per_row = frame->stride();
H A Ddesktop_session_proxy.cc507 serialized_frame.dimensions, serialized_frame.bytes_per_row,
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc163 int32 bytes_per_row, // generally dst_size.width() * 4
220 bytes_per_row(bytes_per_row_),
229 int bytes_per_row; member in struct:content::GLHelper::CopyTextureToImpl::Request
466 int32 bytes_per_row,
475 new Request(dst_size, bytes_per_row, row_stride_bytes, out, callback);
593 int32 bytes_per_row = out_color_type == kAlpha_8_SkColorType local
598 bytes_per_row,
599 bytes_per_row,
707 if (request->bytes_per_row == request->size.width() * bytes_per_pixel &&
708 request->bytes_per_row
464 ReadbackAsync( const gfx::Size& dst_size, int32 bytes_per_row, int32 row_stride_bytes, unsigned char* out, GLenum format, GLenum type, size_t bytes_per_pixel, const base::Callback<void(bool)>& callback) argument
[all...]
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device.cc272 int bytes_per_row = local
277 memcpy(dest, output_data, bytes_per_row);
278 dest += bytes_per_row;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_gdi.cc104 (differ_->bytes_per_row() != current_frame->stride())) {
H A Dscreen_capturer_win_magnifier.cc138 (differ_->bytes_per_row() != current_frame->stride())) {
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc573 int bytes_per_row = width * kBytesPerPixel; local
602 bytes_per_row = width * kBytesPerPixel;
612 memcpy(dst_row_data, src_row_data, bytes_per_row);
620 size_t buffer_size = height * bytes_per_row;

Completed in 4385 milliseconds