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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 220 SkRect destRectTarget;
221 totalMatrix.mapRect(&destRectTarget, normSrcRect);
223 float destBitmapWidth = SkScalarToFloat(destRectTarget.width());
224 float destBitmapHeight = SkScalarToFloat(destRectTarget.height());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]

Completed in 127 milliseconds