OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fBitmap
(Results
26 - 26
of
26
) sorted by null
1
2
/external/skia/samplecode/
SampleWarp.cpp
325
SkBitmap
fBitmap
;
333
fBitmap
= bm;
336
texture.set(0, 0, SkIntToScalar(
fBitmap
.width()),
337
SkIntToScalar(
fBitmap
.height()));
340
// fMesh.init(bounds,
fBitmap
.width() / 40,
fBitmap
.height() / 40, texture);
341
fMesh.init(bounds,
fBitmap
.width()/16,
fBitmap
.height()/16, texture);
433
paint.setShader(SkShader::CreateBitmapShader(
fBitmap
,
442
// test_drag(canvas,
fBitmap
, fP0, fP1)
[
all
...]
Completed in 548 milliseconds
1
2