| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiCustomDrawingNode.h | 30 float scaledHeight = context->getScaledHeight(); in draw() local 49 scaledHeight]() { in draw() 57 recorder.beginRecording(scaledWidth, scaledHeight, &factory); in draw()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiCustomDrawingNode.h | 30 float scaledHeight = context->getScaledHeight(); in draw() local 49 scaledHeight]() { in draw() 57 recorder.beginRecording(scaledWidth, scaledHeight, &factory); in draw()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiCustomDrawingNode.h | 30 float scaledHeight = context->getScaledHeight(); in draw() local 49 scaledHeight]() { in draw() 57 recorder.beginRecording(scaledWidth, scaledHeight, &factory); in draw()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiCustomDrawingNode.h | 30 float scaledHeight = context->getScaledHeight(); in draw() local 49 scaledHeight]() { in draw() 57 recorder.beginRecording(scaledWidth, scaledHeight, &factory); in draw()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiCustomDrawingNode.h | 30 float scaledHeight = context->getScaledHeight(); in draw() local 49 scaledHeight]() { in draw() 57 recorder.beginRecording(scaledWidth, scaledHeight, &factory); in draw()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiCustomDrawingNode.h | 30 float scaledHeight = context->getScaledHeight(); in draw() local 49 scaledHeight]() { in draw() 57 recorder.beginRecording(scaledWidth, scaledHeight, &factory); in draw()
|
| /expo/apps/native-component-list/src/screens/Camera/ |
| H A D | Photo.tsx | 78 const scaledHeight = (pictureSize * height) / width; 81 height: scaledHeight, 84 scaleY: scaledHeight / height, 87 offsetY: (pictureSize - scaledHeight) / 2,
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDomView.cpp | 79 float scaledHeight) { in renderCanvas() argument 99 _drawingContext->setScaledHeight(scaledHeight); in renderCanvas()
|
| H A D | RNSkDomView.h | 59 void renderCanvas(SkCanvas *canvas, float scaledWidth, float scaledHeight);
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDomView.cpp | 79 float scaledHeight) { in renderCanvas() argument 99 _drawingContext->setScaledHeight(scaledHeight); in renderCanvas()
|
| H A D | RNSkDomView.h | 59 void renderCanvas(SkCanvas *canvas, float scaledWidth, float scaledHeight);
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDomView.cpp | 79 float scaledHeight) { in renderCanvas() argument 99 _drawingContext->setScaledHeight(scaledHeight); in renderCanvas()
|
| H A D | RNSkDomView.h | 59 void renderCanvas(SkCanvas *canvas, float scaledWidth, float scaledHeight);
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDomView.cpp | 79 float scaledHeight) { in renderCanvas() argument 99 _drawingContext->setScaledHeight(scaledHeight); in renderCanvas()
|
| H A D | ABI49_0_0RNSkDomView.h | 59 void renderCanvas(SkCanvas *canvas, float scaledWidth, float scaledHeight);
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDomView.cpp | 78 float scaledHeight) { in renderCanvas() argument 100 _drawingContext->setScaledHeight(scaledHeight); in renderCanvas()
|
| H A D | RNSkDomView.h | 59 void renderCanvas(SkCanvas *canvas, float scaledWidth, float scaledHeight);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDomView.cpp | 78 float scaledHeight) { in renderCanvas() argument 100 _drawingContext->setScaledHeight(scaledHeight); in renderCanvas()
|
| H A D | ABI48_0_0RNSkDomView.h | 59 void renderCanvas(SkCanvas *canvas, float scaledWidth, float scaledHeight);
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ExponentManifest.kt | 123 val scaledHeight = height.toFloat() * MAX_BITMAP_SIZE / maxDimension in loadIconTask() constant 125 Bitmap.createScaledBitmap(bitmap, scaledWidth.toInt(), scaledHeight.toInt(), true) in loadIconTask()
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/ |
| H A D | ABI47_0_0RNSVGRenderable.mm | 256 NSUInteger scaledHeight = iheight * iscale; 258 NSUInteger npixels = scaledHeight * scaledWidth; 270 scaledHeight,
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/ |
| H A D | ABI49_0_0RNSVGRenderable.mm | 256 NSUInteger scaledHeight = iheight * iscale; 258 NSUInteger npixels = scaledHeight * scaledWidth; 270 scaledHeight,
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/ |
| H A D | ABI48_0_0RNSVGRenderable.mm | 256 NSUInteger scaledHeight = iheight * iscale; 258 NSUInteger npixels = scaledHeight * scaledWidth; 270 scaledHeight,
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/ |
| H A D | RNSVGRenderable.mm | 256 NSUInteger scaledHeight = iheight * iscale; 258 NSUInteger npixels = scaledHeight * scaledWidth; 270 scaledHeight,
|