Lines Matching defs:fPtr

106 SkRRect ptrToSkRRect(WASMPointerF32 fPtr) {
110 const SkScalar* twelveFloats = reinterpret_cast<const SkScalar*>(fPtr);
916 .function("_clipRRect", optional_override([](SkCanvas& self, WASMPointerF32 fPtr, SkClipOp op, bool doAntiAlias) {
917 self.clipRRect(ptrToSkRRect(fPtr), op, doAntiAlias);
919 .function("_clipRect", optional_override([](SkCanvas& self, WASMPointerF32 fPtr, SkClipOp op, bool doAntiAlias) {
920 const SkRect* rect = reinterpret_cast<const SkRect*>(fPtr);
929 .function("_drawArc", optional_override([](SkCanvas& self, WASMPointerF32 fPtr,
932 const SkRect* oval = reinterpret_cast<const SkRect*>(fPtr);
1045 .function("_drawOval", optional_override([](SkCanvas& self, WASMPointerF32 fPtr,
1047 const SkRect* oval = reinterpret_cast<const SkRect*>(fPtr);
1078 .function("_drawRRect",optional_override([](SkCanvas& self, WASMPointerF32 fPtr, const SkPaint& paint) {
1079 self.drawRRect(ptrToSkRRect(fPtr), paint);
1081 .function("_drawRect", optional_override([](SkCanvas& self, WASMPointerF32 fPtr,
1083 const SkRect* rect = reinterpret_cast<const SkRect*>(fPtr);
1172 .function("_saveLayer", optional_override([](SkCanvas& self, const SkPaint* p, WASMPointerF32 fPtr,
1174 SkRect* bounds = reinterpret_cast<SkRect*>(fPtr);
1200 .class_function("_makeMatrix", optional_override([](WASMPointerF32 fPtr) {
1201 float* twentyFloats = reinterpret_cast<float*>(fPtr);
1339 WASMPointerU8 fPtr,
1341 uint8_t* font = reinterpret_cast<uint8_t*>(fPtr);
1519 WASMPointerF32 fPtr,
1521 const SkRect* oval = reinterpret_cast<const SkRect*>(fPtr);
1525 WASMPointerF32 fPtr,
1527 const SkRect* oval = reinterpret_cast<const SkRect*>(fPtr);
1533 WASMPointerF32 fPtr,
1535 const SkPoint* pts = reinterpret_cast<const SkPoint*>(fPtr);
1539 WASMPointerF32 fPtr,
1541 const SkRect* rect = reinterpret_cast<const SkRect*>(fPtr);
1545 WASMPointerF32 fPtr,
1547 self.addRRect(ptrToSkRRect(fPtr), ccw ? SkPathDirection::kCCW : SkPathDirection::kCW);
1551 WASMPointerF32 fPtr, SkScalar startAngle,
1553 const SkRect* oval = reinterpret_cast<const SkRect*>(fPtr);
1602 WASMPointerF32 fPtr)->void {
1603 SkRect* output = reinterpret_cast<SkRect*>(fPtr);
1607 WASMPointerF32 fPtr)->void {
1608 SkRect* output = reinterpret_cast<SkRect*>(fPtr);
1622 WASMPointerF32 fPtr) -> SkCanvas* {
1623 SkRect* bounds = reinterpret_cast<SkRect*>(fPtr);
1789 .function("_makeShader", optional_override([](SkRuntimeEffect& self, WASMPointerF32 fPtr, size_t fLen, bool isOpaque,
1791 void* inputData = reinterpret_cast<void*>(fPtr);
1798 .function("_makeShaderWithChildren", optional_override([](SkRuntimeEffect& self, WASMPointerF32 fPtr, size_t fLen, bool isOpaque,
1801 void* inputData = reinterpret_cast<void*>(fPtr);
1940 .class_function("_MakeFreeTypeFaceFromData", optional_override([](WASMPointerU8 fPtr,
1942 uint8_t* font = reinterpret_cast<uint8_t*>(fPtr);
1962 WASMPointerF32 fPtr)->void {
1963 SkRect* output = reinterpret_cast<SkRect*>(fPtr);