OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fImage
(Results
1 - 11
of
11
) sorted by null
/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
82
Stack class used to manage the
fImage
buffer in a SkMask.
89
mask->
fImage
= SkMask::AllocImage(mask->computeImageSize());
91
fImage
= mask->
fImage
;
95
SkMask::FreeImage(
fImage
);
98
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/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/pdf/
SkPDFShader.h
71
SkBitmap
fImage
;
/cts/tools/dx-tests/lib/
junit.jar
/cts/tools/utils/lib/
junit.jar
/cts/tools/vm-tests/lib/
junit.jar
/cts/tools/vm-tests-tf/lib/
junit.jar
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 55 milliseconds