/third_party/skia/samplecode/ |
H A D | SampleFilterBounds.cpp | 131 float scale = SkMatrixPriv::DifferentialAreaScale( in draw_scale_factors() local 136 if (SkScalarIsFinite(scale)) { in draw_scale_factors() 137 float logScale = SkScalarLog2(scale); in draw_scale_factors() 210 // Visualize scale factors at the four corners and center of the local rect
|
H A D | SampleEffects.cpp | 92 canvas->scale(3, 3);
|
/third_party/skia/src/image/ |
H A D | SkImage_GpuYUVA.cpp | 287 float scale = static_cast<float>(maxTextureSize)/maxDim; in MakeFromYUVAPixmaps() local 289 std::min(static_cast<int>(pixmaps.yuvaInfo().width() *scale), maxTextureSize), in MakeFromYUVAPixmaps() 290 std::min(static_cast<int>(pixmaps.yuvaInfo().height()*scale), maxTextureSize) in MakeFromYUVAPixmaps()
|
/third_party/skia/src/core/ |
H A D | SkGlyph.cpp | 288 void SkGlyph::ensureIntercepts(const SkScalar* bounds, SkScalar scale, SkScalar xPos, in ensureIntercepts() argument 291 auto offsetResults = [scale, xPos]( in ensureIntercepts() 296 *array++ = intercept->fInterval[index] * scale + xPos; in ensureIntercepts()
|
/third_party/skia/tests/ |
H A D | BitmapTest.cpp | 336 static float unit_discretize(float value, float scale) { in unit_discretize() argument 341 return sk_float_floor(value * scale + 0.5f) / scale; in unit_discretize()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFuzzyImageCompare.cpp | 333 const int scale = 255-MIN_ERR_THRESHOLD; in fuzzyCompare() local 334 const float err2 = float(minDist2) / float(scale*scale); in fuzzyCompare()
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
H A D | avcodec.h | 72 void av_build_filter(int16_t *filter, double factor, int tap_count, int phase_count, int scale, int type);
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | Matrix.h | 41 static Matrix4 scale(const angle::Vector3 &s);
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afcjk.h | 60 #define AF_CJK_BLUE_ADJUSTMENT ( 1U << 2 ) /* used for scale adjustment */ 75 FT_Fixed scale; member
|
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.h | 31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
|
/third_party/skia/gm/ |
H A D | stlouisarch.cpp | 76 canvas->scale(1, -1);
|
H A D | blurcircles.cpp | 47 canvas->scale(1.5f, 1.5f);
|
H A D | strokerect_anisotropic.cpp | 15 canvas->scale(0.03f, 2.0f); in draw_sqooshed_rect()
|
H A D | blurredclippedcircle.cpp | 48 // This scale exercises precision limits in the circle blur effect (crbug.com/560651) 50 canvas->scale(kScale, kScale);
|
H A D | blurimagevmask.cpp | 81 canvas->scale(1.01f, 1.01f); in DEF_SIMPLE_GM_CAN_FAIL()
|
H A D | thinstrokedrects.cpp | 62 // Draw a second time in red with a scale 68 canvas->scale(0.5f, 0.5f);
|
H A D | circularclips.cpp | 58 canvas->scale(10, 10);
|
H A D | copy_to_4444.cpp | 51 canvas->scale(16, 16); in DEF_SIMPLE_GM()
|
H A D | transparency.cpp | 76 canvas->scale(7.0f, 120.0f); in DEF_SIMPLE_GM()
|
H A D | bmpfilterqualityrepeat.cpp | 55 canvas->scale(0.5, 0.5);
|
H A D | fatpathfill.cpp | 59 canvas->scale(ZOOM, ZOOM); in DEF_SIMPLE_GM()
|
H A D | encode.cpp | 74 canvas->scale(0.25, 0.25);
|
/third_party/skia/docs/examples/ |
H A D | gpu4444diff.cpp | 6 canvas->scale(16, 16); in REG_FIDDLE_SRGB()
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/ |
H A D | SkottieSample.java | 52 .scale(s, s)); in render()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGFeMorphology.cpp | 30 * ctx.transformForCurrentOBB(fctx.primitiveUnits()).scale; in onMakeImageFilter()
|