Searched defs:fScale (Results 1 - 25 of 32) sorted by relevance

12

/external/skia/include/effects/
H A DSkTestImageFilters.h38 : INHERITED(1, &input), fScale(scale) {}
40 SkScalar fScale; member in class:SkDownSampleImageFilter
H A DSkDisplacementMapEffect.h63 SkScalar fScale; member in class:SkDisplacementMapEffect
/external/skia/src/core/
H A DSkMipMap.h32 SkSize fScale; // < 1.0 member in struct:SkMipMap::Level
H A DSkTextToPathIter.h24 SkScalar fScale; member in class:SkTextBaseIter
43 SkScalar getPathScale() const { return fScale; }
78 SkScalar width = SkScalarMul(SkFixedToScalar((&glyph.fAdvanceX)[0]), fScale);
90 fBounds[i] = bound / fScale;
H A DSkPictureShader.cpp39 , fScale(scale) {
48 sizeof(fScale) +
59 SkSize fScale; member in struct:__anon16847::BitmapShaderKey
H A DSkBlitter_RGB16.cpp76 unsigned fScale; member in class:SkRGB16_Blitter
77 uint16_t fColor16; // already scaled by fScale
520 fScale = SkAlpha255To256(SkColorGetA(color));
534 fColor16 = SkPackRGB16( SkAlphaMul(r, fScale) >> (8 - SK_R16_BITS),
535 SkAlphaMul(g, fScale) >> (8 - SK_G16_BITS),
536 SkAlphaMul(b, fScale) >> (8 - SK_B16_BITS));
553 if (!fDoDither && 256 == fScale) {
573 unsigned scale = fScale;
622 SkRGB16_BlendBW(fDevice, mask, clip, 256 - fScale, fColor16);
634 unsigned scale256 = fScale;
[all...]
/external/skia/bench/
H A DSKPBench.h52 const SkScalar fScale; member in class:SKPBench
H A DPatchBench.cpp34 : fScale(scale)
106 fScale.x(), fScale.y());
127 canvas->scale(fScale.x(), fScale.y());
150 SkVector fScale; member in class:PatchBench
/external/skia/gm/
H A Ddrawatlas.cpp60 SkScalar fScale; member in struct:DrawAtlasGM::__anon16641
67 xform->fSCos = fScale * SkScalarCos(rad);
68 xform->fSSin = fScale * SkScalarSin(rad);
H A Dlcdtext.cpp107 SkScalar fScale; member in struct:LcdTextSizeGM::__anon16659
121 ScaleAbout(canvas, rec[i].fScale, rec[i].fScale, loc.x(), loc.y());
/external/skia/samplecode/
H A DSampleAnimatedText.cpp46 AnimatedTextView() : fScale(1.0f), fScaleInc(0.1f), fRotation(0.0f), fSizeScale(1) {
116 canvas->scale(fScale, fScale);
139 fScale += (fScaleInc + gRand.nextRangeF(-0.025f, 0.025f));
140 if (fScale >= 2.0f) {
142 } else if (fScale <= 1.0f) {
149 float fScale; member in class:AnimatedTextView
H A DSampleAtlas.cpp78 SkScalar fScale; member in struct:DrawAtlasDrawable::Rec
104 fScale += fDScale;
105 if (fScale > 2 || fScale < SK_Scalar1/2) {
123 return SkRSXform::MakeFromRadians(fScale, fRadian, fCenter.x(), fCenter.y(),
158 fRec[i].fScale = 1;
H A DSampleVertices.cpp68 fScale = SK_Scalar1;
88 SkScalar fScale; member in class:VerticesView
H A DSampleFilterQuality.cpp160 AnimValue fScale, fAngle; member in class:FilterQualityView
170 fScale.set(1, SK_Scalar1 / 8, 1);
197 case '3': fScale.inc(-SCALE_DELTA); this->inval(nullptr); return true;
198 case '4': fScale.inc( SCALE_DELTA); this->inval(nullptr); return true;
217 canvas->scale(fScale, fScale);
296 str.appendScalar(fScale);
/external/skia/src/gpu/batches/
H A DGrAADistanceFieldPathRenderer.h62 SkScalar fScale; member in struct:GrAADistanceFieldPathRenderer::PathData
/external/dng_sdk/source/
H A Ddng_misc_opcodes.h267 real32 fScale; member in class:dng_opcode_DeltaPerRow
308 real32 fScale; member in class:dng_opcode_DeltaPerColumn
H A Ddng_gain_map.cpp35 dng_point_real64 fScale; member in class:dng_gain_map_interpolator
103 , fScale (1.0 / mapBounds.H (),
124 real64 rowIndexF = (fScale.v * (row + fOffset.v) -
190 real64 colIndexF = ((fScale.h * (fColumn + fOffset.h)) -
200 fResetColumn = (int32) ceil (fMap.Origin ().h / fScale.h - fOffset.h);
237 fValueStep = (real32) ((delta * fScale.h) / fMap.Spacing ().h);
240 fMap.Origin ().h) / fScale.h - fOffset.h);
H A Ddng_linearization_info.cpp49 real32 fScale; member in class:dng_linearize_plane
91 , fScale (0.0f)
156 fScale = (real32) scale;
488 real32 scale = fScale;
869 real32 scale = fScale;
H A Ddng_utils.cpp537 real32 fScale; member in class:dng_limit_float_depth_task
572 , fScale (scale)
625 real32 scale = fScale;
/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h353 int32_t fScale; member in class:DecimalFormatImpl
482 void setScale(int32_t s) { fScale = s; }
483 int32_t getScale() const { return fScale; }
/external/pdfium/xfa/src/fwl/src/theme/
H A Dcheckboxtp.cpp535 FX_FLOAT fScale = fCheckLen / CHECKBOX_SIZE_SIGNPATH; local
538 mt.Scale(fScale, fScale);
/external/skia/dm/
H A DDMSrcSink.h134 float fScale; member in class:DM::CodecSrc
/external/skia/src/effects/
H A DSkDisplacementMapEffect.cpp191 , fScale(scale)
210 buffer.writeScalar(fScale);
255 SkVector scale = SkVector::Make(fScale, fScale);
274 dst->outset(SkScalarAbs(fScale) * SK_ScalarHalf, SkScalarAbs(fScale) * SK_ScalarHalf);
280 SkVector scale = SkVector::Make(fScale, fScale);
299 str->appendf("scale: %f ", fScale);
350 const SkVector& scale() const { return fScale; }
384 SkVector fScale; member in class:GrDisplacementMapEffect
[all...]
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gdidevice.cpp156 FX_FLOAT fScale = fFontSize / 1000.0f; local
161 ma = md = fScale;
/external/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h238 uint32_t fScale; // (1 << 24) / range member in struct:SkGradientShaderBase::Rec

Completed in 696 milliseconds

12