OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:surfaceBBox
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFShader.h
44
const SkIRect&
surfaceBBox
);
SkPDFShader.cpp
474
const SkIRect&
surfaceBBox
) {
477
SkAutoTDelete<State> shaderState(new State(shader, matrix,
surfaceBBox
));
661
SkRect
surfaceBBox
;
662
surfaceBBox
.set(fState.get()->fBBox);
663
if (!transformBBox(finalMatrix, &
surfaceBBox
)) {
668
unflip.setTranslate(0, SkScalarRoundToScalar(
surfaceBBox
.height()));
670
SkISize size = SkISize::Make(SkScalarRound(
surfaceBBox
.width()),
671
SkScalarRound(
surfaceBBox
.height()));
674
canvas.translate(-
surfaceBBox
.fLeft, -
surfaceBBox
.fTop)
[
all
...]
Completed in 832 milliseconds