/third_party/skia/src/core/ |
H A D | SkBitmapProcState.cpp | 395 int scale = 256 - 16*t; in filter_32_alpha() local [all...] |
H A D | SkVMBlitter.cpp | 159 float scale = rate * ( 2/128.0f), variable
|
H A D | SkRasterPipeline.h | 140 float scale; member
|
/third_party/skia/src/gpu/effects/ |
H A D | GrRRectEffect.cpp | 651 float scale = std::max(std::max(r0.fX, r0.fY), std::max(r1.fX, r1.fY)); in onSetData() local [all...] |
/third_party/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 449 int scale = 256 - 16*y - 16*x + xy; in filter_and_scale_by_alpha() local 396 filter_and_scale_by_alpha(unsigned x, unsigned y, SkPMColor a00, SkPMColor a01, SkPMColor a10, SkPMColor a11, SkPMColor *dst, uint16_t scale) filter_and_scale_by_alpha() argument [all...] |
H A D | SkRasterPipeline_opts.h | 134 SI U32 round (F v, F scale) { return (uint32_t)(v*scale + 0.5f); } in round() argument [all...] |
H A D | SkSwizzler_opts.h | 153 static uint8x8_t scale(uint8x8_t x, uint8x8_t y) { in scale() function 344 static __m512i scale(__m512i x, __m512i y) { scale() function 626 static __m256i scale(__m256i x, __m256i y) { scale() function 874 static __m128i scale(__m128i x, __m128i y) { scale() function [all...] |
/third_party/skia/samplecode/ |
H A D | SampleSlides.cpp | 67 static void scale(SkPath* path, SkScalar scale) { in scale() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Matrix.cpp | 372 Matrix Matrix::scale(const Vector &v) in scale() function in sw::Matrix 379 Matrix Matrix::scale(float x, float y, float z) in scale() function in sw::Matrix
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing.c | 149 const uint32_t scale = GetScale(alpha, inverse); in WebPMultARGBRow_C() local 170 const uint32_t scale = GetScale(a, inverse); in WebPMultRow_C() local
|
H A D | rescaler_sse2.c | 329 const uint32_t scale = wrk->fxy_scale; in RescalerExportRowShrink_SSE2() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_fluent.cpp | 264 Derived NumberFormatterSettings<Derived>::scale(const Scale& scale) const& { in scale() function in NumberFormatterSettings 271 Derived NumberFormatterSettings<Derived>::scale(const Scale& scale)&& { in scale() argument
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | quant_levels_dec_utils.c | 113 const uint32_t scale = p->scale_; in HFilter() local
|
/third_party/skia/src/utils/ |
H A D | SkCustomTypeface.cpp | 103 void SkCustomTypefaceBuilder::setMetrics(const SkFontMetrics& fm, float scale) { in setMetrics() argument 249 static void write_scaled_float_to_16(SkWStream* stream, float x, float scale) { in write_scaled_float_to_16() argument 294 const float scale = (float)upem; in compress_write() local
|
/third_party/optimized-routines/math/ |
H A D | pow.c | 130 double_t scale, y; in specialcase() local 178 double_t kd, z, r, r2, scale, tail, tmp; exp_inline() local [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.h | 139 CF2_Fixed scale; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-color-sbix-table.hh | 309 float scale = font->face->get_upem () / (float) strike_ppem; in get_png_extents() local
|
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.cpp | 196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) { in updateZoom() argument 249 float scale = this->computePinch(rec0, rec1); in touchMoved() local 320 double scale = dist1 / dist0; in computePinch() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_linearization_info.cpp | 154 real64 scale = 1.0 / minRange; in dng_linearize_plane() local 488 real32 scale = fScale; Process() local 869 real32 scale = fScale; Process() local [all...] |
/third_party/skia/gm/ |
H A D | complexclip.cpp | 369 SkMatrix scale = SkMatrix::Scale(1.f / 4.f, 1.f / 4.f); in DEF_SIMPLE_GM() local
|
H A D | blurrect.cpp | 93 SkMatrix scale; in make_radial() local
|
H A D | dashing.cpp | 87 int scale = w ? w : 1; variable 344 int scale = w ? w : 1; variable
|
H A D | runtimeshader.cpp | 87 SkMatrix scale = SkMatrix::Scale(size.width() / (float)img->width(), in make_shader() local 507 float scale = (1 - SK_ScalarRoot2Over2) / (1 - exp2f(-1/fPower)); in drawSuperRRect() local 624 static constexpr char scale[] = in DEF_SIMPLE_GM() local
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
H A D | CubeActivity.java | 49 Matrix asMatrix(float scale) { in asMatrix() argument
|
/third_party/skia/fuzz/ |
H A D | FuzzMain.cpp | 463 static void fuzz_img(sk_sp<SkData> bytes, uint8_t scale, uint8_t mode) { in fuzz_img() argument
|