Home
last modified time | relevance | path

Searched defs:scale (Results 501 - 525 of 1442) sorted by relevance

1...<<21222324252627282930>>...58

/third_party/skia/src/pdf/
H A DSkPDFShader.cpp294 SkSize scale = {SkIntToScalar(size.width()) / shaderRect.width(), in make_fallback_shader() local
/third_party/skia/tests/
H A DBitmapTest.cpp336 static float unit_discretize(float value, float scale) { in unit_discretize() argument
H A DPathOpsBuilderConicTest.cpp80 const int scale = 10; in setupOne() local
H A DPathOpsConicIntersectionTest.cpp74 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 DSkTwoPointConicalGradient.cpp64 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 DMatrix.cpp103 Matrix4 Matrix4::scale(const Vector3 &s) in scale() function in Matrix4
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp200 double scale = kCalibrationRunTimeSeconds / mTimer->GetElapsedTime(); in RunTest() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Daflatin.h90 FT_Fixed scale; member
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftcalc.c792 FT_Fixed scale = FT_DivFix( maxval, 23170 ); in FT_BASE_DEF() local
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshglob.c49 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 Dttobjs.c996 FT_Fixed scale = size->ttmetrics.scale >> 6; in FT_LOCAL_DEF() local
/third_party/skia/tools/sk_app/
H A DWindow.h111 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 Ddng_matrix.cpp798 dng_matrix operator* (real64 scale, in operator *() argument
812 dng_vector operator* (real64 scale, in operator *() argument
H A Ddng_shared.cpp2017 const real64 scale = stream.TagValue_real64 (tagType); in Parse_ifd0() local
/third_party/pulseaudio/src/tests/
H A Dvolume-ui.py130 def scale(this, v): member in CVolume
/third_party/skia/gm/
H A Dcompressed_textures.cpp36 static SkPoint gen_pt(float angle, const SkVector& scale) { in gen_pt() argument
H A Dfilterfastbounds.cpp105 SkMatrix scale; in create_paints() local
H A Drasterhandleallocator.cpp30 void scale(float s) { fCanvas->scale(s, s); } in scale() function in GraphicsPort
H A Dstrokes.cpp185 static void line(SkScalar scale, SkCanvas* canvas, SkColor color) { in line() argument
[all...]
H A Dgradients_2pt_conical.cpp370 SkMatrix scale = SkMatrix::I(); variable
H A Ddrawatlas.cpp246 SkScalar scale = 1; in DEF_SIMPLE_GM() local
284 SkScalar scale = 1; in DEF_SIMPLE_GM() local
[all...]
H A Dfontmgr.cpp203 FontMgrBoundsGM(float scale, float skew) : fScaleX(scale) , fSkewX(skew) {} in FontMgrBoundsGM() argument
H A Dpatheffects.cpp69 static SkPath scale(const SkPath& path, SkScalar scale) { in scale() argument
H A Dtypeface.cpp44 SkScalar scale = font.getSize() / font.getTypefaceOrDefault()->getUnitsPerEm(); in applyKerning() local
/third_party/skia/include/core/
H A DSkColorPriv.h140 static SK_ALWAYS_INLINE uint32_t SkAlphaMulQ(uint32_t c, unsigned scale) { in SkAlphaMulQ() argument

Completed in 20 milliseconds

1...<<21222324252627282930>>...58