Home
last modified time | relevance | path

Searched defs:scale (Results 476 - 500 of 1126) sorted by relevance

1...<<11121314151617181920>>...46

/third_party/skia/src/core/
H A DSkBitmapProcState.cpp395 int scale = 256 - 16*t; in filter_32_alpha() local
[all...]
H A DSkVMBlitter.cpp159 float scale = rate * ( 2/128.0f), variable
H A DSkRasterPipeline.h140 float scale; member
/third_party/skia/src/gpu/effects/
H A DGrRRectEffect.cpp651 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 DSkBitmapProcState_opts.h449 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 DSkRasterPipeline_opts.h134 SI U32 round (F v, F scale) { return (uint32_t)(v*scale + 0.5f); } in round() argument
[all...]
H A DSkSwizzler_opts.h153 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 DSampleSlides.cpp67 static void scale(SkPath* path, SkScalar scale) { in scale() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DMatrix.cpp372 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 Dalpha_processing.c149 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 Drescaler_sse2.c329 const uint32_t scale = wrk->fxy_scale; in RescalerExportRowShrink_SSE2() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_fluent.cpp264 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 Dquant_levels_dec_utils.c113 const uint32_t scale = p->scale_; in HFilter() local
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp103 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 Dpow.c130 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 Dpshints.h139 CF2_Fixed scale; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-sbix-table.hh309 float scale = font->face->get_upem () / (float) strike_ppem; in get_png_extents() local
/third_party/skia/tools/viewer/
H A DTouchGesture.cpp196 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 Ddng_linearization_info.cpp154 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 Dcomplexclip.cpp369 SkMatrix scale = SkMatrix::Scale(1.f / 4.f, 1.f / 4.f); in DEF_SIMPLE_GM() local
H A Dblurrect.cpp93 SkMatrix scale; in make_radial() local
H A Ddashing.cpp87 int scale = w ? w : 1; variable
344 int scale = w ? w : 1; variable
H A Druntimeshader.cpp87 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 DCubeActivity.java49 Matrix asMatrix(float scale) { in asMatrix() argument
/third_party/skia/fuzz/
H A DFuzzMain.cpp463 static void fuzz_img(sk_sp<SkData> bytes, uint8_t scale, uint8_t mode) { in fuzz_img() argument

Completed in 41 milliseconds

1...<<11121314151617181920>>...46