OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fBitmap
(Results
26 - 28
of
28
) sorted by null
1
2
/external/skia/include/views/
SkWidget.h
180
SkBitmap
fBitmap
;
/external/skia/samplecode/
SampleWarp.cpp
332
SkBitmap
fBitmap
;
340
fBitmap
= bm;
343
texture.set(0, 0, SkIntToScalar(
fBitmap
.width()),
344
SkIntToScalar(
fBitmap
.height()));
347
// fMesh.init(bounds,
fBitmap
.width() / 40,
fBitmap
.height() / 40, texture);
348
fMesh.init(bounds,
fBitmap
.width()/16,
fBitmap
.height()/16, texture);
440
paint.setShader(SkShader::CreateBitmapShader(
fBitmap
,
449
// test_drag(canvas,
fBitmap
, fP0, fP1)
[
all
...]
/external/skia/include/core/
SkBitmap.h
741
SkAutoLockPixels(const SkBitmap& bm, bool doLock = true) :
fBitmap
(bm) {
749
fBitmap
.unlockPixels();
754
const SkBitmap&
fBitmap
;
[
all
...]
Completed in 930 milliseconds
1
2