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

  /external/skia/src/pdf/
SkPDFShader.cpp 357 const SkIRect& surfaceBBox) {
360 SkAutoTDelete<State> shaderState(new State(shader, matrix, surfaceBBox));
523 SkRect surfaceBBox;
524 surfaceBBox.set(fState.get()->fBBox);
525 transformBBox(finalMatrix, &surfaceBBox);
528 unflip.setTranslate(0, SkScalarRound(surfaceBBox.height()));
530 SkISize size = SkISize::Make(SkScalarRound(surfaceBBox.width()),
531 SkScalarRound(surfaceBBox.height()));
534 canvas.translate(-surfaceBBox.fLeft, -surfaceBBox.fTop)
    [all...]
  /external/skia/include/pdf/
SkPDFShader.h 44 const SkIRect& surfaceBBox);

Completed in 688 milliseconds