/third_party/icu/icu4c/source/i18n/ |
H A D | number_mapper.cpp | 265 macros.scale = scaleFromProperties(properties); in oldToNew()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_mapper.cpp | 265 macros.scale = scaleFromProperties(properties); in oldToNew()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_blitter.c | 232 .scale = {0.5f * pfb->width, -0.5f * pfb->height, depth}, in fd_blitter_clear()
|
/third_party/skia/src/effects/ |
H A D | SkDashPathEffect.cpp | 213 tangent.scale(SkScalarInvert(length)); in onAsPoints()
|
/third_party/skia/src/core/ |
H A D | SkGlyph.h | 330 // * scale, xPos - information about how wide the gap is. 333 void ensureIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
H A D | SkDistanceFieldGen.cpp | 184 currGrad.scale(dist, &currData->fDistVector); in init_distances()
|
/third_party/skia/src/c/ |
H A D | sk_surface.cpp | 273 AsCanvas(ccanvas)->scale(sx, sy); in sk_canvas_scale()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | genpng.c | 224 * 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 D | number_mapper.cpp | 266 macros.scale = scaleFromProperties(properties); in oldToNew()
|
/third_party/skia/src/utils/ |
H A D | SkNWayCanvas.cpp | 128 iter->scale(x, y); in didScale()
|
/third_party/skia/tests/ |
H A D | GrMipMappedTest.cpp | 356 // 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 D | InstrProfWriter.cpp | 243 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 D | ARMInstPrinter.h | 109 template <unsigned scale>
|
/third_party/skia/gm/ |
H A D | convex_all_line_paths.cpp | 312 canvas->scale(scales[i], scales[i]); in drawPath()
|
H A D | concavepaths.cpp | 114 canvas->scale(10, 10); in test_twist()
|
H A D | imagefiltersbase.cpp | 181 canvas->scale(r.width() / 400.0, r.height() / 400.0); in draw_patch()
|
H A D | image.cpp | 144 canvas->scale(2, 2); 278 return SkString("scale-pixels");
|
H A D | p3.cpp | 378 canvas->scale(3.75,3.75); in DEF_SIMPLE_GM()
|
H A D | shadowutils.cpp | 302 // scale in DEF_SIMPLE_GM() 307 canvas->scale(scaleFactor, scaleFactor); in DEF_SIMPLE_GM()
|
H A D | tilemodes.cpp | 208 canvas->scale(SkIntToScalar(3)/2, SkIntToScalar(3)/2);
|
H A D | gradients_no_texture.cpp | 278 canvas->scale(-1, 1);
|
/third_party/skia/modules/sksg/samples/ |
H A D | SampleSVGPong.cpp | 244 shadowOffset.scale(kShadowParallax); in updateDom()
|
/third_party/skia/bench/ |
H A D | GameBench.cpp | 241 // 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 D | ffmpeg.c | 1588 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 D | mpegvideo_enc.c | 1219 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()
|