Searched refs:fImage (Results 1 - 25 of 27) sorted by relevance

12

/external/junit/src/junit/awtui/
H A DLogo.java15 private Image fImage; field in class:Logo
20 fImage= loadImage("logo.gif");
22 tracker.addImage(fImage, 0);
28 if (fImage != null) {
29 fWidth= fImage.getWidth(this);
30 fHeight= fImage.getHeight(this);
50 if (fImage != null)
51 g.drawImage(fImage, 0, 0, fWidth, fHeight, this);
/external/skia/include/core/
H A DSkMaskFilter.h50 If src.fImage == null, then do not allocate or create the dst image
54 @param dst the result of the filter. If src.fImage == null, dst should not allocate its image
95 Stack class used to manage the fImage buffer in a SkMask.
102 mask->fImage = SkMask::AllocImage(mask->computeImageSize());
104 fImage = mask->fImage;
108 SkMask::FreeImage(fImage);
111 uint8_t* fImage; member in class:SkAutoMaskImage
H A DSkMask.h57 uint8_t* fImage; member in struct:SkMask
85 SkASSERT(fImage != NULL);
86 return fImage + ((x - fBounds.fLeft) >> 3) + (y - fBounds.fTop) * fRowBytes;
96 SkASSERT(fImage != NULL);
97 return fImage + x - fBounds.fLeft + (y - fBounds.fTop) * fRowBytes;
108 SkASSERT(fImage != NULL);
109 uint16_t* row = (uint16_t*)(fImage + (y - fBounds.fTop) * fRowBytes);
118 SkASSERT(fImage != NULL);
120 return reinterpret_cast<const uint32_t*>(fImage + SkAlign4(fRowBytes * fBounds.height())) +
H A DSkScalerContext.h38 void* fImage; member in struct:SkGlyph
51 fImage = NULL;
111 fImage, fPath, fID, fMaskFormat fields.
162 the A8 plane in fImage and produce a valid LCD plane from it.
/external/skia/src/effects/
H A DSkKernel33MaskFilter.cpp11 dst->fImage = NULL;
16 if (NULL == src.fImage) {
25 dst->fImage = SkMask::AllocImage(size);
30 const uint8_t* srcImage = src.fImage;
31 uint8_t* dstImage = dst->fImage;
H A DSkTableMaskFilter.cpp44 dst->fImage = NULL;
46 if (src.fImage) {
47 dst->fImage = SkMask::AllocImage(dst->computeImageSize());
49 const uint8_t* srcP = src.fImage;
50 uint8_t* dstP = dst->fImage;
H A DSkEmbossMaskFilter.cpp89 if (src.fImage == NULL) {
96 uint8_t* alphaPlane = dst->fImage;
101 dst->fImage = SkMask::AllocImage(planeSize * 3);
102 memcpy(dst->fImage, alphaPlane, planeSize);
121 memcpy(dst->fImage, src.fImage, src.computeImageSize());
H A DSkBlurMask.cpp278 dst->fImage = NULL;
280 if (src.fImage) {
288 const uint8_t* sp = src.fImage;
329 dst->fImage = dp;
338 dst->fImage = SkMask::AllocImage(srcSize);
339 merge_src_with_blur(dst->fImage, src.fRowBytes,
358 if (gamma && dst->fImage) {
359 uint8_t* image = dst->fImage;
H A DSkLayerRasterizer.cpp113 mask->fImage = SkMask::AllocImage(size);
114 memset(mask->fImage, 0, size);
131 device.setPixels(mask->fImage);
H A DSkEmbossMask.cpp102 uint8_t* alpha = mask->fImage;
/external/skia/src/core/
H A DSkScalerContext.cpp38 mask->fImage = (uint8_t*)fImage;
75 uint8_t* input = reinterpret_cast<uint8_t*>(fImage);
356 src.fImage = NULL; // only want the bounds from the filter
358 SkASSERT(dst.fImage == NULL);
392 tmpGlyph.fImage = origGlyph.fImage;
414 sk_bzero(glyph->fImage, mask.computeImageSize());
443 bm.setPixels(glyph->fImage);
444 sk_bzero(glyph->fImage, b
[all...]
H A DSkMaskFilter.cpp63 srcM.fImage = NULL;
H A DSkRasterizer.cpp37 srcM.fImage = NULL;
H A DSkScan_AntiPath.cpp255 fMask.fImage = (uint8_t*)fStorage;
372 uint8_t* row = fMask.fImage + iy * fMask.fRowBytes + (x >> SHIFT);
384 SkASSERT(row >= fMask.fImage);
385 SkASSERT(row < fMask.fImage + kMAX_STORAGE + 1);
397 SkASSERT(row >= fMask.fImage);
398 SkASSERT(row + n + 1 < fMask.fImage + kMAX_STORAGE + 1);
H A DSkGlyphCache.cpp297 if (glyph.fImage == NULL) {
299 const_cast<SkGlyph&>(glyph).fImage = fImageAlloc.alloc(size,
302 if (glyph.fImage) {
308 return glyph.fImage;
670 if (glyph->fImage) {
671 SkASSERT(fImageAlloc.contains(glyph->fImage));
H A DSkDraw.cpp798 dstM.fImage = NULL;
935 SkMask::FreeImage(mask.fImage);
1008 mask.fImage = bitmap.getAddr8(0, 0);
1041 mask.fImage = (uint8_t*)storage.get();
1042 memset(mask.fImage, 0, size);
1049 device.setPixels(mask.fImage);
1380 uint8_t* aa = (uint8_t*)glyph.fImage;
1390 mask.fImage = aa;
1413 const uint8_t* aa = (const uint8_t*)glyph.fImage;
1423 mask.fImage
[all...]
/external/skia/include/pdf/
H A DSkPDFShader.h71 SkBitmap fImage; member in class:SkPDFShader::State
/external/skia/src/ports/
H A DSkFontHost_FreeType_Subpixel.cpp49 uint8_t* output = reinterpret_cast<uint8_t*>(dest.fImage);
102 uint8_t* output = reinterpret_cast<uint8_t*>(dest.fImage);
H A DSkFontHost_ascender.cpp158 uint8_t* dst = (uint8_t*)glyph.fImage;
H A DSkFontHost_mac_coretext.cpp452 sk_bzero(glyph.fImage, glyph.fHeight * glyph.rowBytes());
461 void* image = glyph.fImage;
510 uint16_t* dst = (uint16_t*)glyph.fImage;
522 uint8_t* dst = (uint8_t*)glyph.fImage;
H A DSkFontHost_FreeType.cpp1012 uint16_t* dst = reinterpret_cast<uint16_t*>(glyph.fImage);
1041 memset(glyph.fImage, 0, glyph.rowBytes() * glyph.fHeight);
1101 target.buffer = reinterpret_cast<uint8_t*>(glyph.fImage);
1106 memset(glyph.fImage, 0, glyph.rowBytes() * glyph.fHeight);
1122 uint8_t* dst = (uint8_t*)glyph.fImage;
H A DSkFontHost_mac_atsui.cpp270 sk_bzero(glyph.fImage, glyph.fHeight * glyph.rowBytes());
271 CGContextRef contextRef = ::CGBitmapContextCreate(glyph.fImage,
H A DSkFontHost_win.cpp573 uint8_t* dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
582 uint16_t* dst = (uint16_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
611 uint8_t* dst = (uint8_t*)glyph.fImage;
614 SkASSERT(false); // glyph.fImage has different rowsize!?
/external/skia/samplecode/
H A DSampleStrokePath.cpp42 src.fImage = cell;
57 uint8_t* dstPtr = dst.fImage;
/external/skia/src/pdf/
H A DSkPDFShader.cpp490 fState.get()->fImage.lockPixels();
508 const SkBitmap* image = &fState.get()->fImage;
680 fState.get()->fImage.unlockPixels();
764 bitmapType = shader.asABitmap(&fImage, &matrix, fImageTileModes, NULL);
766 fImage.reset();
770 fPixelGeneration = fImage.getGenerationID();

Completed in 222 milliseconds

12