OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTileWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp
455
,
fTileWidth
(kDefaultTileWidth)
458
:
fTileWidth
(kDefaultTileWidth)
487
fTileWidth
= SkScalarCeilToInt(float(fTileWidthPercentage * fPicture->cullRect().width() / 100));
498
fCanvas.reset(this->setupCanvas(
fTileWidth
, fTileHeight));
517
for (int tile_x_start = 0; tile_x_start < width; tile_x_start +=
fTileWidth
) {
524
SkIntToScalar(
fTileWidth
),
567
// Set
fTileWidth
to be the width of the widest tile, so that each canvas is large enough
569
fTileWidth
= current_width;
657
setup_bitmap(&bitmap,
fTileWidth
, fTileHeight);
704
name.appendf("%i",
fTileWidth
);
[
all
...]
PictureRenderer.h
585
fTileWidth
= width;
589
return
fTileWidth
;
668
int
fTileWidth
;
Completed in 29 milliseconds