Searched refs:srcInfo (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkConfig8888.cpp141 const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRB,
143 if (srcInfo.dimensions() != dstInfo.dimensions()) {
147 const int width = srcInfo.width();
148 const int height = srcInfo.height();
151 if (4 == srcInfo.bytesPerPixel() && 4 == dstInfo.bytesPerPixel()) {
159 srcPI.fColorType = srcInfo.colorType();
160 srcPI.fAlphaType = srcInfo.alphaType();
169 if (srcInfo.colorType() == dstInfo.colorType()) {
170 switch (srcInfo.colorType()) {
176 if (srcInfo
140 CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRB, SkColorTable* ctable) argument
[all...]
H A DSkConfig8888.h19 const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRowBytes,
H A DSkDevice.cpp157 const SkImageInfo& srcInfo = this->imageInfo(); local
158 SkASSERT(x + info.width() <= srcInfo.width());
159 SkASSERT(y + info.height() <= srcInfo.height());
H A DSkBitmapDevice.cpp150 bool SkBitmapDevice::onWritePixels(const SkImageInfo& srcInfo, const void* srcPixels, argument
157 const SkImageInfo dstInfo = fBitmap.info().makeWH(srcInfo.width(), srcInfo.height());
162 if (SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRowBytes, srcInfo, srcPixels, srcRowBytes)) {
H A DSkBitmap.cpp879 const SkImageInfo srcInfo = this->info().makeWH(dstInfo.width(), dstInfo.height()); local
882 return SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRB, srcInfo, srcPixels, this->rowBytes(),
/external/skia/src/core/
H A DSkBitmapDevice.cpp172 const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRowBytes) {
173 if (srcInfo.dimensions() != dstInfo.dimensions()) {
176 if (4 == srcInfo.bytesPerPixel() && 4 == dstInfo.bytesPerPixel()) {
184 srcPI.fColorType = srcInfo.colorType();
185 srcPI.fAlphaType = srcInfo.alphaType();
189 return srcPI.convertPixelsTo(&dstPI, srcInfo.width(), srcInfo.height());
191 if (srcInfo.colorType() == dstInfo.colorType()) {
192 switch (srcInfo.colorType()) {
197 if (srcInfo
171 copy_pixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRowBytes) argument
211 onWritePixels(const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRowBytes, int x, int y) argument
239 SkImageInfo srcInfo = fBitmap.info(); local
[all...]
H A DSkDevice.cpp87 const SkImageInfo& srcInfo = this->imageInfo(); local
88 SkASSERT(x + info.width() <= srcInfo.width());
89 SkASSERT(y + info.height() <= srcInfo.height());
/external/javassist/src/main/javassist/bytecode/
H A DAttributeInfo.java173 byte[] srcInfo = info;
176 newInfo[i] = srcInfo[i];
/external/javassist/src/main/javassist/
H A DCtBehavior.java44 MethodInfo srcInfo = src.methodInfo;
65 // a stack map table is copied from srcInfo.
66 methodInfo = new MethodInfo(cp, srcInfo.getName(), srcInfo, map);
415 static void setBody0(CtClass srcClass, MethodInfo srcInfo, argument
425 CodeAttribute cattr = srcInfo.getCodeAttribute();
/external/chromium_org/third_party/skia/tests/
H A DBitmapCopyTest.cpp585 const SkImageInfo srcInfo = SkImageInfo::MakeN32Premul(W, H);
589 srcBM.installPixels(srcInfo, srcPixels, rowBytes);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 719 milliseconds