Searched refs:fImage (Results 51 - 75 of 85) sorted by relevance

1234

/external/skia/tests/
H A DBlurTest.cpp169 src.fImage = SkMask::AllocImage(src.computeTotalImageSize());
171 memset(src.fImage, 0xff, src.computeTotalImageSize());
173 dst.fImage = NULL;
189 SkMask::FreeImage(src.fImage);
190 SkMask::FreeImage(dst.fImage);
/external/chromium_org/third_party/skia/gm/
H A Dsimpleaaclip.cpp22 SkAutoMaskFreeImage amfi(mask.fImage);
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp886 dstM.fImage = NULL;
888 SkAutoMaskFreeImage ami(dstM.fImage);
1076 SkMask::FreeImage(mask.fImage);
1147 mask.fImage = bitmap.getAddr8(0, 0);
1180 mask.fImage = (uint8_t*)storage.get();
1181 memset(mask.fImage, 0, size);
1187 mask.fImage, mask.fRowBytes);
1454 uint8_t* aa = (uint8_t*)glyph.fImage;
1464 mask.fImage = aa;
1484 const uint8_t* aa = (const uint8_t*)glyph.fImage;
[all...]
H A DSkBitmap.cpp373 mask.fImage, mask.fRowBytes);
1108 srcM.fImage = NULL;
1129 srcM.fImage = SkMask::AllocImage(srcM.computeImageSize());
1130 SkAutoMaskFreeImage srcCleanup(srcM.fImage);
1132 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes);
1136 SkAutoMaskFreeImage dstCleanup(dstM.fImage);
1146 memcpy(tmpBitmap.getPixels(), dstM.fImage, dstM.computeImageSize());
H A DSkAAClip.cpp1842 mask->fImage = NULL;
1850 mask->fImage = SkMask::AllocImage(size);
1853 uint8_t* dst = mask->fImage;
2138 const uint8_t* SK_RESTRICT src = (const uint8_t*)srcMask.fImage;
2140 uint8_t* SK_RESTRICT dst = (uint8_t*)dstMask->fImage;
2184 grayMask.fImage = NULL;
2190 grayMask.fImage = (uint8_t*)fGrayMaskScratch.reset(size,
2212 rowMask.fImage = (uint8_t*)fScanlineScratch;
2226 mergeProc(src, width, row, initialCount, rowMask.fImage);
/external/chromium_org/third_party/skia/src/effects/
H A DSkEmbossMask.cpp95 uint8_t* alpha = mask->fImage;
/external/chromium_org/third_party/skia/tests/
H A DRecordReplaceDrawTest.cpp99 ri->fImage = make_image(SK_ColorRED);
/external/skia/gm/
H A Dsimpleaaclip.cpp22 SkAutoMaskFreeImage amfi(mask.fImage);
/external/skia/src/core/
H A DSkDraw.cpp880 dstM.fImage = NULL;
882 SkAutoMaskFreeImage ami(dstM.fImage);
1070 SkMask::FreeImage(mask.fImage);
1134 mask.fImage = bitmap.getAddr8(0, 0);
1167 mask.fImage = (uint8_t*)storage.get();
1168 memset(mask.fImage, 0, size);
1174 mask.fImage, mask.fRowBytes);
1441 uint8_t* aa = (uint8_t*)glyph.fImage;
1451 mask.fImage = aa;
1471 const uint8_t* aa = (const uint8_t*)glyph.fImage;
[all...]
H A DSkBitmap.cpp433 mask.fImage, mask.fRowBytes);
1163 srcM.fImage = NULL;
1184 srcM.fImage = SkMask::AllocImage(srcM.computeImageSize());
1185 SkAutoMaskFreeImage srcCleanup(srcM.fImage);
1187 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes);
1191 SkAutoMaskFreeImage dstCleanup(dstM.fImage);
1201 memcpy(tmpBitmap.getPixels(), dstM.fImage, dstM.computeImageSize());
H A DSkAAClip.cpp1774 mask->fImage = NULL;
1782 mask->fImage = SkMask::AllocImage(size);
1785 uint8_t* dst = mask->fImage;
2070 const uint8_t* SK_RESTRICT src = (const uint8_t*)srcMask.fImage;
2072 uint8_t* SK_RESTRICT dst = (uint8_t*)dstMask->fImage;
2116 grayMask.fImage = NULL;
2122 grayMask.fImage = (uint8_t*)fGrayMaskScratch.reset(size,
2144 rowMask.fImage = (uint8_t*)fScanlineScratch;
2158 mergeProc(src, width, row, initialCount, rowMask.fImage);
/external/skia/src/effects/
H A DSkEmbossMask.cpp95 uint8_t* alpha = mask->fImage;
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFShader.cpp481 SkBitmap fImage; member in class:SkPDFShader::State
597 shaderState.get()->fImage.isNull()) {
954 fState.get()->fImage.lockPixels();
970 const SkBitmap* image = &fState.get()->fImage;
1160 fState.get()->fImage.unlockPixels();
1252 bitmapType = shader.asABitmap(&fImage, &matrix, fImageTileModes);
1254 fImage.reset();
1258 fPixelGeneration = fImage.getGenerationID();
/external/skia/src/pdf/
H A DSkPDFShader.cpp481 SkBitmap fImage; member in class:SkPDFShader::State
597 shaderState.get()->fImage.isNull()) {
954 fState.get()->fImage.lockPixels();
970 const SkBitmap* image = &fState.get()->fImage;
1160 fState.get()->fImage.unlockPixels();
1256 bitmapType = shader.asABitmap(&fImage, &matrix, fImageTileModes);
1258 fImage.reset();
1262 fPixelGeneration = fImage.getGenerationID();
/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp570 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage);
609 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage);
627 uint16_t* SK_RESTRICT dst = static_cast<uint16_t*>(glyph.fImage);
645 SkPMColor* SK_RESTRICT dst = static_cast<SkPMColor*>(glyph.fImage);
730 sk_bzero(glyph.fImage, glyph.computeImageSize());
H A DSkFontHost_win.cpp1191 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1230 uint8_t* first = (uint8_t*)glyph.fImage;
1231 uint8_t* last = (uint8_t*)((char*)glyph.fImage + glyph.fHeight * dstRB - 1);
1243 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1262 uint16_t* SK_RESTRICT dst = (uint16_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1278 uint32_t* SK_RESTRICT dst = (uint32_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1306 sk_bzero(glyph.fImage, glyph.computeImageSize());
1341 uint8_t* dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1350 uint8_t* first = (uint8_t*)glyph.fImage;
1351 uint8_t* last = (uint8_t*)((char*)glyph.fImage
[all...]
H A DSkFontHost_mac.cpp1125 uint8_t* SK_RESTRICT dst = (uint8_t*)glyph.fImage;
1150 uint16_t* SK_RESTRICT dst = (uint16_t*)glyph.fImage;
1175 uint32_t* SK_RESTRICT dst = (uint32_t*)glyph.fImage;
1275 uint8_t* dst = (uint8_t*)glyph.fImage;
1286 SkPMColor* dst = (SkPMColor*)glyph.fImage;
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp539 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage);
578 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage);
596 uint16_t* SK_RESTRICT dst = static_cast<uint16_t*>(glyph.fImage);
614 SkPMColor* SK_RESTRICT dst = static_cast<SkPMColor*>(glyph.fImage);
690 sk_bzero(glyph.fImage, glyph.computeImageSize());
H A DSkFontHost_win.cpp1223 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1262 uint8_t* first = (uint8_t*)glyph.fImage;
1263 uint8_t* last = (uint8_t*)((char*)glyph.fImage + glyph.fHeight * dstRB - 1);
1275 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1294 uint16_t* SK_RESTRICT dst = (uint16_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1310 uint32_t* SK_RESTRICT dst = (uint32_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1338 sk_bzero(glyph.fImage, glyph.computeImageSize());
1373 uint8_t* dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1382 uint8_t* first = (uint8_t*)glyph.fImage;
1383 uint8_t* last = (uint8_t*)((char*)glyph.fImage
[all...]
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.cpp122 glyph.fImage, glyph.rowBytes());
H A DSkTestScalerContext.cpp257 glyph.fImage, glyph.rowBytes());
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerHoister.cpp144 layerInfo->fImage = SkImage::NewTexture(bm);
/external/skia/src/fonts/
H A DSkGScalerContext.cpp123 glyph.fImage, glyph.rowBytes());
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1616 SkAutoMaskFreeImage rasteredAmi(rasteredMask.fImage);
1626 filteredMask.fImage = NULL;
1628 SkAutoMaskFreeImage filteredAmi(filteredMask.fImage);
1663 SkAutoMaskFreeImage rasteredAmi(rasteredMask.fImage);
1674 filteredMask.fImage = NULL;
1676 SkAutoMaskFreeImage filteredAmi(filteredMask.fImage);
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1773 SkAutoMaskFreeImage rasteredAmi(rasteredMask.fImage);
1783 filteredMask.fImage = NULL;
1785 SkAutoMaskFreeImage filteredAmi(filteredMask.fImage);
1820 SkAutoMaskFreeImage rasteredAmi(rasteredMask.fImage);
1831 filteredMask.fImage = NULL;
1833 SkAutoMaskFreeImage filteredAmi(filteredMask.fImage);

Completed in 497 milliseconds

1234