OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalMatrix
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp
339
SkMatrix
totalMatrix
= context->getTotalMatrix();
340
if (!(
totalMatrix
.getType() & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)))
341
totalMatrix
.mapRect(&destRectTarget, destRect);
343
resampling = computeResamplingMode(
totalMatrix
,
411
SkMatrix
totalMatrix
= context->getTotalMatrix();
412
SkScalar ctmScaleX =
totalMatrix
.getScaleX();
413
SkScalar ctmScaleY =
totalMatrix
.getScaleY();
414
totalMatrix
.preScale(scale.width(), scale.height());
420
totalMatrix
.mapRect(&destRectTarget, normSrcRect);
430
resampling = computeResamplingMode(
totalMatrix
, normSrcRect.width(), normSrcRect.height(), destBitmapWidth, destBitmapHeight)
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp
163
void updateMC(const SkMatrix&
totalMatrix
, const SkRasterClip& totalClip,
171
fMatrix = &
totalMatrix
;
174
fMatrixStorage =
totalMatrix
;
697
const SkMatrix&
totalMatrix
= this->getTotalMatrix();
702
layer->updateMC(
totalMatrix
, totalClip, fClipStack, NULL);
706
layer->updateMC(
totalMatrix
, clip, fClipStack, &clip);
[
all
...]
/external/skia/src/core/
SkCanvas.cpp
163
void updateMC(const SkMatrix&
totalMatrix
, const SkRasterClip& totalClip,
171
fMatrix = &
totalMatrix
;
174
fMatrixStorage =
totalMatrix
;
697
const SkMatrix&
totalMatrix
= this->getTotalMatrix();
702
layer->updateMC(
totalMatrix
, totalClip, fClipStack, NULL);
706
layer->updateMC(
totalMatrix
, clip, fClipStack, &clip);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp
388
SkMatrix
totalMatrix
= recordingState.m_savedMatrix;
389
totalMatrix
.preConcat(m_canvas->getTotalMatrix());
391
return
totalMatrix
;
[
all
...]
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
[
all
...]
Completed in 955 milliseconds