Searched refs:fPictureWidth (Results 1 - 4 of 4) sorted by relevance

/external/skia/debugger/
H A DSkDebugger.cpp18 fPictureWidth = 0;
30 fPictureWidth = picture->width();
33 fDebugCanvas = new SkDebugCanvas(fPictureWidth, fPictureHeight);
34 fDebugCanvas->setBounds(fPictureWidth, fPictureHeight);
46 SkCanvas* canvas = recorder.beginRecording(fPictureWidth, fPictureHeight, NULL, 0);
H A DSkDebugger.h101 return fPictureWidth;
141 int fPictureWidth; member in class:SkDebugger
/external/chromium_org/third_party/skia/bench/
H A DPicturePlaybackBench.cpp24 fPictureWidth = SkIntToScalar(PICTURE_WIDTH);
62 SkScalar fPictureWidth; member in class:PicturePlaybackBench
83 for (SkScalar x = 0; x < fPictureWidth; x += textWidth) {
111 for (SkScalar x = 0; x < fPictureWidth; x += textWidth) {
/external/skia/bench/
H A DPicturePlaybackBench.cpp24 fPictureWidth = SkIntToScalar(PICTURE_WIDTH);
62 SkScalar fPictureWidth; member in class:PicturePlaybackBench
83 for (SkScalar x = 0; x < fPictureWidth; x += textWidth) {
111 for (SkScalar x = 0; x < fPictureWidth; x += textWidth) {

Completed in 3601 milliseconds