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

/external/chromium_org/third_party/skia/include/core/
H A DSkImageGenerator.h60 virtual bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { function in class:SkImageGenerator
110 bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
114 * Simplified version of getPixels() that asserts that info is NOT kIndex8_SkColorType.
116 bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes);
H A DSkBitmap.h165 void* getPixels() const { return fPixels; } function in class:SkBitmap
173 /** Return the number of bytes from the pointer returned by getPixels()
187 * Return the number of bytes from the pointer returned by getPixels()
483 return this->getPixels() != NULL &&
544 no pixels allocated (i.e. getPixels() returns null) the method will
559 If no pixels are present (i.e. getPixels() returns false)
579 getPixels() returns null, and returns that. The size-specific routines
580 perform a debugging assert that getPixels() is not null, but they do
/external/skia/include/core/
H A DSkImageGenerator.h60 virtual bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { function in class:SkImageGenerator
110 bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
114 * Simplified version of getPixels() that asserts that info is NOT kIndex8_SkColorType.
116 bool getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes);
H A DSkBitmap.h165 void* getPixels() const { return fPixels; } function in class:SkBitmap
173 /** Return the number of bytes from the pointer returned by getPixels()
187 * Return the number of bytes from the pointer returned by getPixels()
483 return this->getPixels() != NULL &&
544 no pixels allocated (i.e. getPixels() returns null) the method will
559 If no pixels are present (i.e. getPixels() returns false)
579 getPixels() returns null, and returns that. The size-specific routines
580 perform a debugging assert that getPixels() is not null, but they do
/external/chromium_org/third_party/skia/src/core/
H A DSkImageGenerator.cpp19 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, function in class:SkImageGenerator
51 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { function in class:SkImageGenerator
56 return this->getPixels(info, pixels, rowBytes, NULL, NULL);
/external/skia/src/core/
H A DSkImageGenerator.cpp19 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, function in class:SkImageGenerator
51 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { function in class:SkImageGenerator
56 return this->getPixels(info, pixels, rowBytes, NULL, NULL);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp133 static tcu::TextureLevel getPixels (const glu::RenderContext& renderCtx, const IVec2& size, const tcu::TextureFormat& colorBufferFormat) function in namespace:deqp::gles31::Functional::__anon19554
1424 const tcu::TextureLevel rendered = getPixels(renderCtx, RENDER_SIZE, m_colorBufferFormat);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 320 milliseconds