HomeSort by relevance Sort by last modified time
    Searched refs:fImage (Results 1 - 25 of 34) sorted by null

1 2

  /external/junit/src/junit/awtui/
Logo.java 15 private Image fImage;
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/
SkMaskFilter.h 50 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;
SkMask.h 57 uint8_t* fImage;
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())) +
SkScalerContext.h 38 void* fImage;
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/
SkKernel33MaskFilter.cpp 11 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;
SkTableMaskFilter.cpp 44 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;
SkEmbossMaskFilter.cpp 89 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());
SkBlurMask.cpp 278 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;
SkLayerRasterizer.cpp 113 mask->fImage = SkMask::AllocImage(size);
114 memset(mask->fImage, 0, size);
131 device.setPixels(mask->fImage);
SkEmbossMask.cpp 102 uint8_t* alpha = mask->fImage;
  /external/skia/src/core/
SkScalerContext.cpp 38 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, bm.height() * bm.rowBytes())
    [all...]
SkMaskFilter.cpp 63 srcM.fImage = NULL;
SkRasterizer.cpp 37 srcM.fImage = NULL;
SkScan_AntiPath.cpp 255 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);
SkGlyphCache.cpp 297 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));
SkDraw.cpp 798 dstM.fImage = NULL;
935 SkMask::FreeImage(mask.fImage);
    [all...]
  /external/skia/include/pdf/
SkPDFShader.h 71 SkBitmap fImage;
  /external/skia/src/ports/
SkFontHost_FreeType_Subpixel.cpp 49 uint8_t* output = reinterpret_cast<uint8_t*>(dest.fImage);
102 uint8_t* output = reinterpret_cast<uint8_t*>(dest.fImage);
SkFontHost_ascender.cpp 158 uint8_t* dst = (uint8_t*)glyph.fImage;
SkFontHost_mac_coretext.cpp 452 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;
    [all...]
SkFontHost_FreeType.cpp     [all...]
SkFontHost_mac_atsui.cpp 270 sk_bzero(glyph.fImage, glyph.fHeight * glyph.rowBytes());
271 CGContextRef contextRef = ::CGBitmapContextCreate(glyph.fImage,
SkFontHost_win.cpp 573 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!?
    [all...]
  /external/skia/samplecode/
SampleStrokePath.cpp 42 src.fImage = cell;
57 uint8_t* dstPtr = dst.fImage;
  /external/skia/src/pdf/
SkPDFShader.cpp 490 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 81 milliseconds

1 2