Searched defs:stride (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DCairoUtilitiesEfl.cpp55 int stride = cairo_image_surface_get_stride(surface); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DImageGStreamerCairo.cpp45 int pixelAspectRatioNumerator, pixelAspectRatioDenominator, stride; local
H A DImageGStreamerQt.cpp41 int pixelAspectRatioNumerator, pixelAspectRatioDenominator, stride; local
H A DGStreamerVersioning.cpp89 bool getVideoSizeAndFormatFromCaps(GstCaps* caps, WebCore::IntSize& size, GstVideoFormat& format, int& pixelAspectRatioNumerator, int& pixelAspectRatioDenominator, int& stride) argument
H A DVideoSinkGStreamer.cpp193 int pixelAspectRatioNumerator, pixelAspectRatioDenominator, stride; local
H A DMediaPlayerPrivateGStreamerBase.cpp200 int pixelAspectRatioNumerator, pixelAspectRatioDenominator, stride; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/qt/
H A DGraphicsSurfaceQt.cpp37 PassOwnPtr<GraphicsContext> GraphicsSurface::platformBeginPaint(const IntSize& size, char* bits, int stride) argument
52 int stride; local
55 QImage image(reinterpret_cast<uchar*>(data), rect.width(), rect.height(), stride, format, didReleaseImage, this); local
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_predict.h40 int stride; /* sample stride over data */ member in struct:__anon13146
H A Dtif_predict.c242 tsize_t stride = PredictorState(tif)->stride; local
285 tsize_t stride = PredictorState(tif)->stride; local
302 tsize_t stride = PredictorState(tif)->stride; local
318 tsize_t stride = PredictorState(tif)->stride; local
335 tsize_t stride = PredictorState(tif)->stride; local
354 tsize_t stride = PredictorState(tif)->stride; local
437 tsize_t stride = sp->stride; local
482 tsize_t stride = sp->stride; local
500 tsize_t stride = sp->stride; local
520 tsize_t stride = PredictorState(tif)->stride; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLVertexArrayObjectOES.cpp96 setVertexAttribState( GC3Duint index, GC3Dsizei bytesPerElement, GC3Dint size, GC3Denum type, GC3Dboolean normalized, GC3Dsizei stride, GC3Dintptr offset, PassRefPtr<WebGLBuffer> buffer) argument
H A DWebGLVertexArrayObjectOES.h68 GC3Dsizei stride; member in struct:WebCore::WebGLVertexArrayObjectOES::VertexAttribState
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cpu/arm/filters/
H A DFEGaussianBlurNEON.h37 boxBlurNEON(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* dstPixelArray, unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeight) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cairo/
H A DShareableBitmapCairo.cpp50 const int stride = cairo_format_stride_for_width(cairoFormat, size.width()); local
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dgslice.h136 gslice::stride () const function in class:gslice
H A Dslice_array.h104 slice::stride() const function in class:slice
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEDisplacementMap.cpp135 int stride = paintSize.width() * 4; local
H A DFEGaussianBlur.cpp112 int stride = 4 * paintSize.width(); local
83 boxBlur(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* dstPixelArray, unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeight, bool alphaImage) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/
H A DGraphicsSurface.cpp50 int stride = 0; local
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/blackberry/
H A DJPEGImageDecoder.cpp137 int stride = (ColorComponents * width + 3) & ~3; local
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_paint_context.cpp71 int stride; local
/macosx-10.9.5/ruby-104/ruby/ext/objspace/
H A Dobjspace.c183 total_i(void *vstart, void *vend, size_t stride, void *ptr) argument
260 cos_i(void *vstart, void *vend, size_t stride, void *data) argument
371 cn_i(void *vstart, void *vend, size_t stride, void *n) argument
554 cto_i(void *vstart, void *vend, size_t stride, void *data) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/mac/
H A DGraphicsSurfaceMac.cpp416 int stride = IOSurfaceGetBytesPerRow(m_private->frontBuffer()); local
/macosx-10.9.5/cctools-845/as/
H A Dsymbols.c702 uint32_t stride, fr_fix; local
/macosx-10.9.5/cctools-845/ld/
H A Dindirect_sections.c110 unsigned long i, j, stride, section_type, nitems, index; local
935 lookup_indirect_item( struct merged_symbol *merged_symbol, struct object_file *obj, unsigned long index, struct indirect_section_data *data, unsigned long stride, enum bool *new) argument
1268 unsigned long stride; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DImageBufferCairo.cpp167 int stride = cairo_image_surface_get_stride(m_data.m_surface.get()); local
250 int stride = cairo_image_surface_get_stride(imageSurface); local
329 int stride = cairo_image_surface_get_stride(imageSurface); local

Completed in 301 milliseconds

12