/third_party/skia/src/core/ |
H A D | SkEdge.cpp | 47 float scale = float(1 << (shift + 6)); in setLine() local 193 float scale = float(1 << (shift + 6)); in setQuadraticWithoutUpdate() local 365 float scale = float(1 << (shift + 6)); setCubicWithoutUpdate() local [all...] |
H A D | SkGlyphRunPainter.cpp | 157 SkScalar scale = (corners[1] - corners[0]).length() / rect.width(); in drawForBitmapDevice() local [all...] |
H A D | SkGlyph.cpp | 288 void SkGlyph::ensureIntercepts(const SkScalar* bounds, SkScalar scale, SkScalar xPos, in ensureIntercepts() argument
|
H A D | SkPixmap.cpp | 238 SkMatrix scale = SkMatrix::RectToRect(SkRect::Make(src.bounds()), SkRect::Make(dst.bounds())); in scalePixels() local
|
H A D | SkRRect.cpp | 54 SkScalar scale = std::min(sk_ieee_float_divide(fRect. width(), xRad + xRad), in setRectXY() local 96 SkScalar scale = SK_Scalar1; in setNinePatch() local 231 double scale = 1.0; scaleRadii() local [all...] |
/third_party/skia/src/effects/imagefilters/ |
H A D | SkAlphaThresholdImageFilter.cpp | 281 float scale = (float)innerThreshold / alpha; in onFilterImage() local 289 float scale = (float)outerThreshold / SkColorGetA(source); in onFilterImage() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Half.hpp | 104 float scale = bit_cast<float>((bit_cast<int>(max_s) & 0x7F800000) ^ 0x7F800000) * (1 << (g_sharedexp_mantissabits - 2)); in RGB9E5() local
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | tiffdec.c | 145 const uint32_t scale = GetScale(alpha); in MultARGBRow() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | rescaler_msa.c | 120 const v4u32 scale = (v4u32)__msa_fill_w(wrk->fy_scale); ExportRowExpand_0() local 182 const v4u32 scale = (v4u32)__msa_fill_w(wrk->fy_scale); ExportRowExpand_1() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | webp_enc.c | 248 const float scale = 1.f + config->quality * 5.f / 100.f; // in [1,6] in InitVP8Encoder() local
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_reader_utils.c | 246 int scale = 1; in PrintBitTraces() local
|
/third_party/skia/src/pdf/ |
H A D | SkPDFShader.cpp | 294 SkSize scale = {SkIntToScalar(size.width()) / shaderRect.width(), in make_fallback_shader() local
|
/third_party/skia/tests/ |
H A D | BitmapTest.cpp | 336 static float unit_discretize(float value, float scale) { in unit_discretize() argument
|
H A D | PathOpsBuilderConicTest.cpp | 80 const int scale = 10; in setupOne() local
|
H A D | PathOpsConicIntersectionTest.cpp | 74 const int scale = 10; in writePng() local 117 const int scale = 5; in writeDPng() local 239 const int scale = 5; writeFrames() local [all...] |
/third_party/skia/src/shaders/gradients/ |
H A D | SkTwoPointConicalGradient.cpp | 64 const SkScalar scale = sk_ieee_float_divide(1, std::max(r0, r1)); in Create() local 164 auto scale = std::max(fRadius1, fRadius2) / dRadius; in appendGradientStages() local 224 scale = std::max(fRadius1, fRadius2) * denom, in transformT() local
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | Matrix.cpp | 103 Matrix4 Matrix4::scale(const Vector3 &s) in scale() function in Matrix4
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
H A D | DawnPerfTest.cpp | 200 double scale = kCalibrationRunTimeSeconds / mTimer->GetElapsedTime(); in RunTest() local
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.h | 90 FT_Fixed scale; member
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftcalc.c | 792 FT_Fixed scale = FT_DivFix( maxval, 23170 ); in FT_BASE_DEF() local
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshglob.c | 49 FT_Fixed scale = dim->scale_mult; in psh_globals_scale_widths() local 366 psh_blues_scale_zones( PSH_Blues blues, FT_Fixed scale, FT_Pos delta ) psh_blues_scale_zones() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttobjs.c | 996 FT_Fixed scale = size->ttmetrics.scale >> 6; in FT_LOCAL_DEF() local
|
/third_party/skia/tools/sk_app/ |
H A D | Window.h | 111 virtual bool onPinch(skui::InputState state, float scale, float x, float y) { return false; } in onPinch() argument
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_matrix.cpp | 798 dng_matrix operator* (real64 scale, in operator *() argument 812 dng_vector operator* (real64 scale, in operator *() argument
|
H A D | dng_shared.cpp | 2017 const real64 scale = stream.TagValue_real64 (tagType); in Parse_ifd0() local
|