HomeSort by relevance Sort by last modified time
    Searched refs:fSrcSize (Results 1 - 4 of 4) sorted by null

  /external/skia/bench/
DrawLatticeBench.cpp 17 : fSrcSize(srcSize)
43 fBitmap.allocN32Pixels(fSrcSize.width(), fSrcSize.height());
54 SkISize fSrcSize;
SkLinearBitmapPipelineBench.cpp 33 fSrcSize = srcSize;
83 int width = fSrcSize.fWidth;
84 int height = fSrcSize.fHeight;
106 SkISize fSrcSize;
138 int width = fSrcSize.fWidth;
139 int height = fSrcSize.fHeight;
185 SkPixmap(fInfo, fBitmap.get(), sizeof(SkPMColor) * fSrcSize.fWidth));
199 int width = fSrcSize.fWidth;
200 int height = fSrcSize.fHeight;
  /external/dng_sdk/source/
dng_mosaic_info.h 83 dng_point fSrcSize;
dng_mosaic_info.cpp 1338 , fSrcSize ()
1411 fSrcSize = negative.Stage2Image ()->Size ();
    [all...]

Completed in 150 milliseconds