/external/deqp/framework/opengl/simplereference/ |
sglrContext.cpp | 38 int height = src.getHeight(); local 39 texImage2D(target, level, internalFormat, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr()); 42 void Context::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height) 67 texImage2D(target, level, internalFormat, width, height, 0, format, dataType, DE_NULL); 73 int height = src.getHeight(); local 74 texSubImage2D(target, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr()); 77 void Context::readPixels (tcu::Surface& dst, int x, int y, int width, int height) 79 dst.setSize(width, height); 80 readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
|
/external/pdfium/core/src/fxge/agg/agg23/ |
agg_rendering_buffer.h | 57 rendering_buffer(int8u* buf, unsigned width, unsigned height, int stride) : 65 attach(buf, width, height, stride); 67 void attach(int8u* buf, unsigned width, unsigned height, int stride) 71 m_height = height; 73 if(height > m_max_height) { 75 m_rows = FX_Alloc(int8u*, m_max_height = height); 79 row_ptr = m_buf - int(height - 1) * stride; 82 while(height--) { 99 unsigned height() const function in class:agg::rendering_buffer
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Base.h | 38 uint32_t width, height; member in struct:android::StreamBuffer 48 uint32_t width, height; member in struct:android::Stream 55 uint32_t width, height; member in struct:android::ReprocessStream
|
/external/chromium_org/chrome/test/chromedriver/ |
basic_types.h | 21 WebSize(int width, int height); 25 int height; member in struct:WebSize 30 WebRect(int x, int y, int width, int height); 37 int Height() const;
|
/external/chromium_org/gpu/gles2_conform_support/native/ |
egl_native_windowless.cc | 25 const char* title, int width, int height, 28 display->SetCreateOffscreen(width, height); 36 EGLImageKHR GTFCreateEGLImage(int width, int height,
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device_mac.cc | 24 static CGContextRef CGContextForData(void* data, int width, int height) { 32 // CGBitmapContextCreate returns NULL if width/height are 0. However, our 36 height = SkMax32(1, height); 38 CGBitmapContextCreate(data, width, height, 8, width * 4, 52 CGContextTranslateCTM(context, 0, height); 98 int height, 100 if (RasterDeviceTooBigToAllocate(width, height)) 106 bitmap.setInfo(SkImageInfo::MakeN32(width, height, is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType)); 128 context = CGContextForData(data, width, height); [all...] |
bitmap_platform_device_skia.h | 26 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque); 30 static BitmapPlatformDevice* CreateAndClear(int width, int height, 35 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
|
platform_canvas.h | 42 int height, 49 int height, 54 int height, 63 // first. @data must be, at least, @height * StrideForWidth(@width) bytes. 65 int height, 72 int height, 74 return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE); 81 int height, 83 return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE); 87 int height, [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMRectReadOnly.h | 15 static DOMRectReadOnly* create(double x, double y, double width, double height); 20 double height() const { return m_height; } function in class:blink::DOMRectReadOnly 30 DOMRectReadOnly(double x, double y, double width, double height);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
ScrollAlignment.cpp | 63 LayoutRect exposeRectX(exposeRect.x(), visibleRect.y(), exposeRect.width(), visibleRect.height()); 105 LayoutRect exposeRectY(visibleRect.x(), exposeRect.y(), visibleRect.width(), exposeRect.height()); 106 LayoutUnit intersectHeight = intersection(visibleRect, exposeRectY).height(); 107 if (intersectHeight == exposeRect.height()) { 110 } else if (intersectHeight == visibleRect.height()) { 126 if ((exposeRect.maxY() > visibleRect.maxY() && exposeRect.height() < visibleRect.height()) 127 || (exposeRect.maxY() < visibleRect.maxY() && exposeRect.height() > visibleRect.height())) { 137 y = exposeRect.maxY() - visibleRect.height(); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatSize.cpp | 40 , m_height(size.height().toFloat()) 59 FloatSize FloatSize::narrowPrecision(double width, double height) 61 return FloatSize(narrowPrecisionToFloat(width), narrowPrecisionToFloat(height));
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
planar_functions.h | 29 int width, int height); 34 int width, int height); 39 int width, int height, 46 int width, int height); 58 int width, int height); 69 int width, int height); 77 int width, int height); 85 int width, int height); 93 int width, int height); 106 int width, int height); [all...] |
/external/chromium_org/third_party/libwebp/utils/ |
filters.h | 34 typedef void (*WebPFilterFunc)(const uint8_t* in, int width, int height, 36 typedef void (*WebPUnfilterFunc)(int width, int height, int stride, 40 // 'in' corresponds to a 2-dimensional pixel array of size (stride * height) 53 int width, int height, int stride);
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
planar_functions.h | 29 int width, int height); 34 int width, int height); 39 int width, int height, 46 int width, int height); 58 int width, int height); 69 int width, int height); 77 int width, int height); 85 int width, int height); 93 int width, int height); 106 int width, int height); [all...] |
/external/chromium_org/third_party/skia/dm/ |
DMSKPTask.cpp | 9 DEFINE_int32(skpMaxHeight, 1000, "Max SKPTask viewport height."); 23 height = SkTMin(SkScalarCeilToInt(fPicture->cullRect().height()), FLAGS_skpMaxHeight); local 25 AllocatePixels(kN32_SkColorType, width, height, &bitmap);
|
/external/chromium_org/third_party/skia/include/images/ |
SkPageFlipper.h | 27 SkPageFlipper(int width, int height); 30 int height() const { return fHeight; } function in class:SkPageFlipper 32 void resize(int width, int height);
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
differ.h | 31 // Create a differ that operates on bitmaps with the specified width, height 33 Differ(int width, int height, int bytes_per_pixel, int stride); 37 int height() { return height_; } function in class:webrtc::Differ 59 // to check is specified by the |width| and |height| values. 61 // height are multiples of kBlockSize, then this will never be called. 65 int width, int height);
|
/external/chromium_org/third_party/webrtc/test/linux/ |
glx_renderer.h | 26 size_t height); 32 GlxRenderer(size_t width, size_t height); 35 void Resize(size_t width, size_t height);
|
/external/chromium_org/third_party/webrtc/test/testsupport/metrics/ |
video_metrics.h | 69 int height, 94 int height, 115 int height,
|
/external/chromium_org/third_party/webrtc/test/ |
video_capturer.cc | 34 size_t height, 37 VcmCapturer* vcm_capturer = VcmCapturer::Create(input, width, height, fps); 45 FrameGeneratorCapturer::Create(input, width, height, fps, clock);
|
/external/chromium_org/ui/gfx/geometry/ |
size_conversions.cc | 13 int h = ToFlooredInt(size.height()); 19 int h = ToCeiledInt(size.height()); 25 int h = ToRoundedInt(size.height());
|
/external/qemu/android/ |
opengles.h | 27 int android_startOpenglesRenderer(int width, int height); 30 typedef void (*OnPostFunc)(void* context, int width, int height, int ydir, 46 int android_showOpenglesWindow(void* window, int x, int y, int width, int height, float rotation);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ataric2p_s.h | 37 Uint32 height, 51 Uint32 height, 65 Uint32 height,
|
/external/skia/include/images/ |
SkPageFlipper.h | 27 SkPageFlipper(int width, int height); 30 int height() const { return fHeight; } function in class:SkPageFlipper 32 void resize(int width, int height);
|
/external/skia/src/gpu/ |
GrSurface.cpp | 21 info.fHeight = this->height(); 29 this->height()))) { 33 bool result = readPixels(0, 0, this->width(), this->height(), kSkia8888_GrPixelConfig,
|