Home
last modified time | relevance | path

Searched refs:scaleFactor (Results 1 – 25 of 29) sorted by relevance

12

/third_party/openGLES/extensions/QCOM/
DQCOM_frame_extrapolation.txt55 float scaleFactor);
64 uint output, float scaleFactor);
75 frame contents at two points in time. <scaleFactor> defines the amount
79 For example, a value of 1.0 for <scaleFactor> will produce an
82 for 'scaleFactor' targets a time that is a half step in the
90 Negative <scaleFactor> values produce frames targeting times before
107 INVALID_VALUE is generated if scaleFactor is equal to 0.
/third_party/skia/modules/canvaskit/htmlcanvas/
Dradialgradient.js66 var scaleFactor = (Math.abs(sx) + Math.abs(sy))/2;
68 var sr1 = r1 * scaleFactor;
69 var sr2 = r2 * scaleFactor;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h129 uint64_t scaleFactor = BBWeight; in buildEdges() local
131 if (scaleFactor < UINT64_MAX / CriticalEdgeMultiplier) in buildEdges()
132 scaleFactor *= CriticalEdgeMultiplier; in buildEdges()
134 scaleFactor = UINT64_MAX; in buildEdges()
137 Weight = BPI->getEdgeProbability(&*BB, TargetBB).scale(scaleFactor); in buildEdges()
/third_party/skia/modules/skparagraph/src/
DDecorations.cpp187 SkScalar scaleFactor = textStyle.getFontSize() / 14.f; in calculatePaint() local
193 dashPathEffect.emplace(1.0f * scaleFactor, 1.5f * scaleFactor); in calculatePaint()
200 dashPathEffect.emplace(4.0f * scaleFactor, 2.0f * scaleFactor); in calculatePaint()
/third_party/skia/gm/
Ddftext.cpp120 SkScalar scaleFactor = SkScalarInvert(scales[arraySize - i - 1]); in onDraw() local
121 canvas->scale(scaleFactor, scaleFactor); in onDraw()
124 y += font.getMetrics(nullptr)*scaleFactor; in onDraw()
Dbackdrop.cpp40 static void do_draw(SkCanvas* canvas, bool useClip, bool useHintRect, SkScalar scaleFactor) { in do_draw() argument
61 auto rec = SkCanvasPriv::ScaledBackdropLayer(drawrptr, nullptr, blur.get(), scaleFactor, 0); in do_draw()
Dshadowutils.cpp305 SkScalar scaleFactor = sk_float_pow(2.0, -i); variable
307 canvas->scale(scaleFactor, scaleFactor);
/third_party/skia/tools/viewer/
DImGuiLayer.cpp72 void ImGuiLayer::setScaleFactor(float scaleFactor) { in setScaleFactor() argument
73 ImGui::GetStyle().ScaleAllSizes(scaleFactor); in setScaleFactor()
78 cfg.SizePixels = 13 * scaleFactor; in setScaleFactor()
79 atlas.AddFontDefault(&cfg)->DisplayOffset.y = scaleFactor; in setScaleFactor()
DViewer.cpp404 fImGuiLayer.setScaleFactor(fWindow->scaleFactor());
405 fStatsLayer.setDisplayScale((fZoomUI ? 2.0f : 1.0f) * fWindow->scaleFactor());
703 fStatsLayer.setDisplayScale((fZoomUI ? 2.0f : 1.0f) * fWindow->scaleFactor()); in __anon676b653e2002()
1141 SkScalar scaleFactor = 1.0; in setCurrentSlide() local
1143 scaleFactor = fWindow->scaleFactor(); in setCurrentSlide()
1145 fSlides[slide]->load(SkIntToScalar(fWindow->width()) / scaleFactor, in setCurrentSlide()
1146 SkIntToScalar(fWindow->height()) / scaleFactor); in setCurrentSlide()
1217 zoomScale *= fWindow->scaleFactor(); in computePreTouchMatrix()
1646 SkScalar scaleFactor = 1.0; in onResize() local
1648 scaleFactor = fWindow->scaleFactor(); in onResize()
[all …]
DImGuiLayer.h121 void setScaleFactor(float scaleFactor);
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DMetalSurface.mm88 CGFloat scaleFactor = layer.contentsScale;
89 drawSize.width = trunc(drawSize.width * scaleFactor);
90 drawSize.height = trunc(drawSize.height * scaleFactor);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryDirectionTests.cpp156 tcu::Mat3 getScaleMatrix (float scaleFactor) in getScaleMatrix() argument
160 scaleFactor, 0.f, 0.f, in getScaleMatrix()
161 0.f, scaleFactor, 0.f, in getScaleMatrix()
162 0.f, 0.f, scaleFactor, in getScaleMatrix()
/third_party/skia/tools/sk_app/mac/
DWindow_mac.h36 float scaleFactor() const override;
DWindow_mac.mm161 float Window_mac::scaleFactor() const {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_mbcs.java124 double scaleFactor = 90.0 / maxVal; in match() local
125 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java123 double scaleFactor = 90.0 / maxVal; in match() local
124 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
/third_party/node/deps/icu-small/source/i18n/
Dcsrmbcs.cpp223 double scaleFactor = 90.0 / maxVal; in match_mbcs() local
224 confidence = (int32_t)(log((double)commonCharCount+1) * scaleFactor + 10.0); in match_mbcs()
/third_party/icu/icu4c/source/i18n/
Dcsrmbcs.cpp223 double scaleFactor = 90.0 / maxVal; in match_mbcs() local
224 confidence = (int32_t)(log((double)commonCharCount+1) * scaleFactor + 10.0); in match_mbcs()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsrmbcs.cpp226 double scaleFactor = 90.0 / maxVal; in match_mbcs() local
227 confidence = (int32_t)(log((double)commonCharCount+1) * scaleFactor + 10.0); in match_mbcs()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp156 tcu::Mat3 getScaleMatrix (float scaleFactor) in getScaleMatrix() argument
160 scaleFactor, 0.f, 0.f, in getScaleMatrix()
161 0.f, scaleFactor, 0.f, in getScaleMatrix()
162 0.f, 0.f, scaleFactor, in getScaleMatrix()
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.cpp262 SkScalar scaleFactor = 0.0f; in tessellate() local
266 scaleFactor = m.getMaxScale(); // x and y scale are the same in tessellate()
267 SkScalar effectiveStrokeWidth = scaleFactor * fStrokeWidth; in tessellate()
303 scaleFactor = m.getMaxScale(); // x and y scale are the same in tessellate()
304 SkScalar effectiveStrokeWidth = scaleFactor * fStrokeWidth; in tessellate()
320 SkScalar effectiveStrokeWidth = scaleFactor * fStrokeWidth; in tessellate()
/third_party/skia/src/core/
DSkPathBuilder.cpp505 SkScalar scaleFactor = SkScalarSqrt(scaleFactorSquared); in arcTo() local
507 scaleFactor = -scaleFactor; in arcTo()
509 delta.scale(scaleFactor); in arcTo()
DSkCanvas.cpp718 SkScalar scaleFactor = 1.0f) { in get_layer_mapping_and_bounds() argument
746 if (scaleFactor != 1.0f && in get_layer_mapping_and_bounds()
747 !mapping.adjustLayerSpace(SkMatrix::Scale(scaleFactor, scaleFactor))) { in get_layer_mapping_and_bounds()
829 SkScalar scaleFactor) { in internalDrawDeviceWithFilter() argument
850 SkASSERT(scaleFactor == 1.0f); in internalDrawDeviceWithFilter()
859 nullptr, true, SkTPin(scaleFactor, 0.f, 1.f)); in internalDrawDeviceWithFilter()
DSkPath.cpp1215 SkScalar scaleFactor = SkScalarSqrt(scaleFactorSquared); in arcTo() local
1217 scaleFactor = -scaleFactor; in arcTo()
1219 delta.scale(scaleFactor); in arcTo()
/third_party/skia/tools/sk_app/
DWindow.h143 virtual float scaleFactor() const { return 1.0f; } in scaleFactor() function

12