Searched defs:sourceSize (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DImageBitmap.cpp215 FloatSize ImageBitmap::sourceSize() const function in class:blink::ImageBitmap
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.cpp321 FloatSize HTMLVideoElement::sourceSize() const function in class:blink::HTMLVideoElement
H A DHTMLCanvasElement.cpp753 FloatSize HTMLCanvasElement::sourceSize() const function in class:blink::HTMLCanvasElement
H A DHTMLImageElement.cpp598 FloatSize HTMLImageElement::sourceSize() const function in class:blink::HTMLImageElement
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLSrcsetParser.cpp269 static ImageCandidate pickBestImageCandidate(float deviceScaleFactor, unsigned sourceSize, Vector<ImageCandidate>& imageCandidates) argument
279 it->setDensity((float)it->resourceWidth() / (float)sourceSize);
309 ImageCandidate bestFitSourceForSrcsetAttribute(float deviceScaleFactor, unsigned sourceSize, const String& srcsetAttribute) argument
315 return pickBestImageCandidate(deviceScaleFactor, sourceSize, imageCandidates);
318 ImageCandidate bestFitSourceForImageAttributes(float deviceScaleFactor, unsigned sourceSize, const String& srcAttribute, const String& srcsetAttribute) argument
333 return pickBestImageCandidate(deviceScaleFactor, sourceSize, imageCandidates);
336 String bestFitSourceForImageAttributes(float deviceScaleFactor, unsigned sourceSize, const String& srcAttribute, ImageCandidate& srcsetImageCandidate) argument
347 return pickBestImageCandidate(deviceScaleFactor, sourceSize, imageCandidates).toString();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBuffer.cpp364 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint) argument
386 const size_t srcBytesPerRow = 4 * sourceSize.width();
/external/chromium_org/third_party/icu/source/common/
H A Drbbitblb.cpp956 int32_t sourceSize = source->size(); local
970 if (sourceSize > sourceArray.getCapacity()) {
971 if (sourceArray.resize(sourceSize) == NULL) {
976 sourceLim = sourcePtr + sourceSize; // sourceArray.getArrayLimit()?
982 dest->setSize(sourceSize+destOriginalSize, *fStatus);
/external/icu/icu4c/source/common/
H A Drbbitblb.cpp956 int32_t sourceSize = source->size(); local
970 if (sourceSize > sourceArray.getCapacity()) {
971 if (sourceArray.resize(sourceSize) == NULL) {
976 sourceLim = sourcePtr + sourceSize; // sourceArray.getArrayLimit()?
982 dest->setSize(sourceSize+destOriginalSize, *fStatus);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBlit11.cpp109 inline static void GenerateVertexCoords(const gl::Box &sourceArea, const gl::Extents &sourceSize, argument
119 *u1 = sourceArea.x / float(sourceSize.width);
120 *v1 = sourceArea.y / float(sourceSize.height);
121 *u2 = (sourceArea.x + sourceArea.width) / float(sourceSize.width);
122 *v2 = (sourceArea.y + sourceArea.height) / float(sourceSize.height);
125 static void Write2DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize, argument
131 GenerateVertexCoords(sourceArea, sourceSize, destArea, destSize, &x1, &y1, &x2, &y2, &u1, &v1, &u2, &v2);
145 static void Write3DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize, argument
150 ASSERT(sourceSize.depth > 0 && destSize.depth > 0);
153 GenerateVertexCoords(sourceArea, sourceSize, destAre
509 copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize, ID3D11RenderTargetView *dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, GLenum destFormat, GLenum filter) argument
635 copyStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) argument
644 copyDepth(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize, ID3D11DepthStencilView *dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) argument
741 copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) argument
750 copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, ID3D11Resource *dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, bool stencilOnly) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c6368 TRIO_ARGS6((source, sourceSize, InStream, format, arglist, argarray),
6370 size_t sourceSize,
6386 data.max = sourceSize;
6367 TrioScan(source, sourceSize, InStream, format, arglist, argarray), trio_pointer_t source, size_t sourceSize, void (*InStream) TRIO_PROTO((trio_class_t *, int *)), TRIO_CONST char *format, va_list *arglist, trio_pointer_t *argarray argument
/external/libxml2/
H A Dtrio.c6372 TRIO_ARGS6((source, sourceSize, InStream, format, arglist, argarray),
6374 size_t sourceSize,
6390 data.max = sourceSize;
6371 TrioScan(source, sourceSize, InStream, format, arglist, argarray), trio_pointer_t source, size_t sourceSize, void (*InStream) TRIO_PROTO((trio_class_t *, int *)), TRIO_CONST char *format, va_list *arglist, trio_pointer_t *argarray argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 339 milliseconds