OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBmp
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/gm/
yuvtorgbeffect.cpp
48
fBmp
[0].allocPixels(info);
49
fBmp
[1].allocPixels(info);
50
fBmp
[2].allocPixels(info);
53
pixels[i] = (unsigned char*)
fBmp
[i].getPixels();
87
texture[0] = GrLockAndRefCachedBitmapTexture(context,
fBmp
[0], NULL);
88
texture[1] = GrLockAndRefCachedBitmapTexture(context,
fBmp
[1], NULL);
89
texture[2] = GrLockAndRefCachedBitmapTexture(context,
fBmp
[2], NULL);
100
SkRect renderRect = SkRect::MakeWH(SkIntToScalar(
fBmp
[0].width()),
101
SkIntToScalar(
fBmp
[0].height()));
134
SkBitmap
fBmp
[3]
[
all
...]
texturedomaineffect.cpp
50
fBmp
.allocN32Pixels(kTargetWidth, kTargetHeight);
51
SkCanvas canvas(
fBmp
);
59
fBmp
.width() + 10.f,
fBmp
.height() + 10.f), paint);
66
fBmp
.width() + 10.f,
fBmp
.height() + 10.f), paint);
73
fBmp
.width() + 10.f,
fBmp
.height() + 10.f), paint);
95
GrTexture* texture = GrLockAndRefCachedBitmapTexture(context,
fBmp
, NULL);
108
SkIRect::MakeWH(
fBmp
.width(), fBmp.height())
[
all
...]
shadertext3.cpp
66
makebm(&
fBmp
, kPointSize / 4, kPointSize / 4);
75
canvas->drawBitmap(
fBmp
, 5.f, 5.f, &bmpPaint);
106
SkAutoTUnref<SkShader> shader(SkShader::CreateBitmapShader(
fBmp
,
134
SkBitmap
fBmp
;
convexpolyclip.cpp
135
fBmp
= make_bmp(100, 100);
147
canvas->drawBitmapRectToRect(
fBmp
, NULL, dstRect, &bgPaint);
177
canvas->drawBitmap(
fBmp
, 0, 0);
179
x +=
fBmp
.width() + kMargin;
210
y +=
fBmp
.height() + kMargin;
213
startX += 2 *
fBmp
.width() + SkScalarCeilToInt(2 * textW) + 6 * kMargin;
296
SkBitmap
fBmp
;
/external/chromium_org/third_party/skia/bench/
AlternatingColorPatternBench.cpp
93
SkBitmap
fBmp
;
118
makebm(&
fBmp
, w, h);
119
fBmShader = SkShader::CreateBitmapShader(
fBmp
,
Completed in 917 milliseconds