Home
last modified time | relevance | path

Searched refs:scale (Results 2001 - 2025 of 2295) sorted by relevance

1...<<81828384858687888990>>...92

/third_party/icu/icu4c/source/i18n/
H A Dnumber_mapper.cpp265 macros.scale = scaleFromProperties(properties); in oldToNew()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_mapper.cpp265 macros.scale = scaleFromProperties(properties); in oldToNew()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c232 .scale = {0.5f * pfb->width, -0.5f * pfb->height, depth}, in fd_blitter_clear()
/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp213 tangent.scale(SkScalarInvert(length)); in onAsPoints()
/third_party/skia/src/core/
H A DSkGlyph.h330 // * scale, xPos - information about how wide the gap is.
333 void ensureIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
H A DSkDistanceFieldGen.cpp184 currGrad.scale(dist, &currData->fDistVector); in init_distances()
/third_party/skia/src/c/
H A Dsk_surface.cpp273 AsCanvas(ccanvas)->scale(sx, sy); in sk_canvas_scale()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c224 * pre-computed here (note that the 'scale' setting will need to be changed if
231 scale=10
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_mapper.cpp266 macros.scale = scaleFromProperties(properties); in oldToNew()
/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp128 iter->scale(x, y); in didScale()
/third_party/skia/tests/
H A DGrMipMappedTest.cpp356 // Make sure we scale so we don't optimize out the use of mips. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
357 surface->getCanvas()->scale(0.5f, 0.5f); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp243 Dest.scale(Weight, MapWarn); in addRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.h109 template <unsigned scale>
/third_party/skia/gm/
H A Dconvex_all_line_paths.cpp312 canvas->scale(scales[i], scales[i]); in drawPath()
H A Dconcavepaths.cpp114 canvas->scale(10, 10); in test_twist()
H A Dimagefiltersbase.cpp181 canvas->scale(r.width() / 400.0, r.height() / 400.0); in draw_patch()
H A Dimage.cpp144 canvas->scale(2, 2);
278 return SkString("scale-pixels");
H A Dp3.cpp378 canvas->scale(3.75,3.75); in DEF_SIMPLE_GM()
H A Dshadowutils.cpp302 // scale in DEF_SIMPLE_GM()
307 canvas->scale(scaleFactor, scaleFactor); in DEF_SIMPLE_GM()
H A Dtilemodes.cpp208 canvas->scale(SkIntToScalar(3)/2, SkIntToScalar(3)/2);
H A Dgradients_no_texture.cpp278 canvas->scale(-1, 1);
/third_party/skia/modules/sksg/samples/
H A DSampleSVGPong.cpp244 shadowOffset.scale(kShadowParallax); in updateDom()
/third_party/skia/bench/
H A DGameBench.cpp241 // 0 & 1 are always x & y translate. 2 is either scale or rotate.
371 case kScale_Type: canvas->scale(1.0001f, 0.9999f); break;
/third_party/ffmpeg/fftools/
H A Dffmpeg.c1588 double scale, scale_sum = 0; in print_report() local
1595 scale = enc->width * enc->height * 255.0 * 255.0 * frame_number; in print_report()
1598 scale = enc->width * enc->height * 255.0 * 255.0; in print_report()
1601 scale /= 4; in print_report()
1603 scale_sum += scale; in print_report()
1604 p = psnr(error / scale); in print_report()
3770 float scale = f->rate_emu ? 1.0 : f->readrate; in get_input_packet() local
3777 now = (av_gettime_relative() - ist->start) * scale + stream_ts_offset; in get_input_packet()
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c1219 const int scale = s->brd_scale; in estimate_best_b_count() local
1220 int width = s->width >> scale; in estimate_best_b_count()
1221 int height = s->height >> scale; in estimate_best_b_count()
1227 av_assert0(scale >= 0 && scale <= 3); in estimate_best_b_count()
1258 s->mpvencdsp.shrink[scale](s->tmp_frames[i]->data[0], in estimate_best_b_count()
1263 s->mpvencdsp.shrink[scale](s->tmp_frames[i]->data[1], in estimate_best_b_count()
1268 s->mpvencdsp.shrink[scale](s->tmp_frames[i]->data[2], in estimate_best_b_count()

Completed in 30 milliseconds

1...<<81828384858687888990>>...92