Home
last modified time | relevance | path

Searched defs:scale (Results 51 - 75 of 731) sorted by relevance

12345678910>>...30

/third_party/skia/src/codec/
H A DSkAndroidCodecAdapter.cpp16 float scale = get_scale_from_sample_size(sampleSize); in onGetSampledDimensions() local
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DSourceI24.cpp49 static const float scale = 1. / (float)(1UL << 31); in onProcess() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftadvanc.c31 FT_Fixed scale; in _ft_face_scale_advances() local
/third_party/skia/docs/examples/
H A Dchecker_board.cpp8 SkScalar scale = 10.0f; in REG_FIDDLE() local
H A Dpicture_shader.cpp20 const SkScalar scale = 512; in REG_FIDDLE() local
[all...]
H A Dblur_alpha_img.cpp7 SkScalar scale = 10.0f; in REG_FIDDLE() local
H A DChromeMDRefreshTabs.cpp5 GetInteriorPath( float scale, const SkISize& size, float endcap_width, float horizontal_inset = 0) REG_FIDDLE() argument
[all...]
/third_party/skia/gm/
H A Dxform.cpp95 float scale = 3 + sinf(TimeUtils::Scaled(1e-9 * nanos, 1, 0)) * 2; variable
H A Dfilltypes.cpp62 void showFour(SkCanvas* canvas, SkScalar scale, const SkPaint& paint) { in showFour() argument
79 const SkScalar scale variable
46 showPath(SkCanvas* canvas, int x, int y, SkPathFillType ft, SkScalar scale, const SkPaint& paint) showPath() argument
[all...]
H A Dblurroundrect.cpp41 SkMatrix scale; in MakeRadial() local
H A Dgiantbitmap.cpp112 SkScalar scale = 11*SK_Scalar1/12; variable
/third_party/skia/modules/svg/src/
H A DSkSVGFeDisplacementMap.cpp37 SkScalar scale = fScale; in onMakeImageFilter() local
/third_party/skia/bench/
H A DColorPrivBench.cpp58 const unsigned scale = fScales[j]; variable
/third_party/ffmpeg/libavcodec/
H A Dlagarithrac.h42 unsigned scale; /**< Number of bits of precision in range. */ member
/third_party/ffmpeg/libavformat/
H A Dreplaygain.c41 int scale = 10000; in parse_value() local
/third_party/qrcodegen/java/
H A DQrCodeGeneratorDemo.java172 private static BufferedImage toImage(QrCode qr, int scale, int border) { in toImage() argument
192 private static BufferedImage toImage(QrCode qr, int scale, int border, int lightColor, int darkColor) { in toImage() argument
[all...]
/third_party/skia/third_party/externals/angle2/samples/gles1/
H A DSimpleLighting.cpp96 GLfloat scale = 0.5; variable
/third_party/skia/src/core/
H A DSkMipmapAccessor.cpp44 SkSize scale; in SkMipmapAccessor() local
/third_party/optimized-routines/math/
H A Dv_exp2f.c30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() argument
48 v_f32_t n, r, r2, scale, p, q, poly, absn; in exp2f() local
H A Dv_expf_1u.c49 v_f32_t n, r, scale, poly, absn, z; in expf_1u() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBranchProbability.cpp68 static uint64_t scale(uint64_t Num, uint32_t N, uint32_t D) { in scale() function
/third_party/skia/tools/fonts/
H A DToolUtilsFont.cpp93 const SkMatrix scale = SkMatrix::Scale(1.0f/upem, 1.0f/upem); in sample_user_typeface() local
/third_party/skia/tools/viewer/
H A DStatsLayer.h29 void setDisplayScale(float scale) { fDisplayScale = scale; } in setDisplayScale() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xy_coord.h114 inline dng_xy_coord operator* (real64 scale, in operator *() argument
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCodeGeneratorDemo.java171 private static BufferedImage toImage(QrCode qr, int scale, int border) { in toImage() argument
191 private static BufferedImage toImage(QrCode qr, int scale, int border, int lightColor, int darkColor) { in toImage() argument
[all...]

Completed in 13 milliseconds

12345678910>>...30