Home
last modified time | relevance | path

Searched refs:scale (Results 801 - 825 of 1390) sorted by relevance

1...<<31323334353637383940>>...56

/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp131 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 DSampleEffects.cpp92 canvas->scale(3, 3);
/third_party/skia/src/image/
H A DSkImage_GpuYUVA.cpp287 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 DSkGlyph.cpp288 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 DBitmapTest.cpp336 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 DtcuFuzzyImageCompare.cpp333 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 Davcodec.h72 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 DMatrix.h41 static Matrix4 scale(const angle::Vector3 &s);
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.h60 #define AF_CJK_BLUE_ADJUSTMENT ( 1U << 2 ) /* used for scale adjustment */
75 FT_Fixed scale; member
/third_party/skia/tools/viewer/
H A DTouchGesture.h31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
/third_party/skia/gm/
H A Dstlouisarch.cpp76 canvas->scale(1, -1);
H A Dblurcircles.cpp47 canvas->scale(1.5f, 1.5f);
H A Dstrokerect_anisotropic.cpp15 canvas->scale(0.03f, 2.0f); in draw_sqooshed_rect()
H A Dblurredclippedcircle.cpp48 // This scale exercises precision limits in the circle blur effect (crbug.com/560651)
50 canvas->scale(kScale, kScale);
H A Dblurimagevmask.cpp81 canvas->scale(1.01f, 1.01f); in DEF_SIMPLE_GM_CAN_FAIL()
H A Dthinstrokedrects.cpp62 // Draw a second time in red with a scale
68 canvas->scale(0.5f, 0.5f);
H A Dcircularclips.cpp58 canvas->scale(10, 10);
H A Dcopy_to_4444.cpp51 canvas->scale(16, 16); in DEF_SIMPLE_GM()
H A Dtransparency.cpp76 canvas->scale(7.0f, 120.0f); in DEF_SIMPLE_GM()
H A Dbmpfilterqualityrepeat.cpp55 canvas->scale(0.5, 0.5);
H A Dfatpathfill.cpp59 canvas->scale(ZOOM, ZOOM); in DEF_SIMPLE_GM()
H A Dencode.cpp74 canvas->scale(0.25, 0.25);
/third_party/skia/docs/examples/
H A Dgpu4444diff.cpp6 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 DSkottieSample.java52 .scale(s, s)); in render()
/third_party/skia/modules/svg/src/
H A DSkSVGFeMorphology.cpp30 * ctx.transformForCurrentOBB(fctx.primitiveUnits()).scale; in onMakeImageFilter()

Completed in 10 milliseconds

1...<<31323334353637383940>>...56