Searched refs:WASMPointerF32 (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 91 OptionalMatrix(WASMPointerF32 mPtr) { in OptionalMatrix() 99 SkColor4f ptrToSkColor4f(WASMPointerF32 cPtr) { in ptrToSkColor4f() 106 SkRRect ptrToSkRRect(WASMPointerF32 fPtr) { in ptrToSkRRect() 408 SkPathOrNull MakePathFromCmds(WASMPointerF32 cptr, int numCmds) { in MakePathFromCmds() 467 WASMPointerF32 ptsPtr, int numPts, in PathAddVerbsPointsWeights() 468 WASMPointerF32 wtsPtr, int numWts) { in PathAddVerbsPointsWeights() 529 WASMPointerF32 ptsPtr, int numPts, in MakePathFromVerbsPointsWeights() 530 WASMPointerF32 wtsPtr, int numWts) { in MakePathFromVerbsPointsWeights() 593 void computeTonalColors(WASMPointerF32 cPtrAmbi, WASMPointerF32 cPtrSpot) { in computeTonalColors() 838 WASMPointerF32 ctmPtr, const SkPath& path, in EMSCRIPTEN_BINDINGS() [all …]
|
D | skottie_bindings.cpp | 293 WASMPointerF32 oPtr)->void { in EMSCRIPTEN_BINDINGS() 306 WASMPointerF32 fPtr)->void { in EMSCRIPTEN_BINDINGS() 321 WASMPointerF32 oPtr)->void { in EMSCRIPTEN_BINDINGS() 328 WASMPointerF32 fPtr)->void { in EMSCRIPTEN_BINDINGS() 333 WASMPointerF32 fPtr) { in EMSCRIPTEN_BINDINGS() 338 WASMPointerF32 fPtr) { in EMSCRIPTEN_BINDINGS() 343 …lor" , optional_override([](ManagedAnimation& self, const std::string& key, WASMPointerF32 cPtr) { in EMSCRIPTEN_BINDINGS()
|
D | paragraph_bindings.cpp | 31 SkColor4f toSkColor4f(WASMPointerF32 cPtr) { in toSkColor4f() 44 WASMPointerF32 colorPtr; 45 WASMPointerF32 foregroundColorPtr; 46 WASMPointerF32 backgroundColorPtr; 49 WASMPointerF32 decorationColorPtr; 65 WASMPointerF32 shadowColorsPtr; 66 WASMPointerF32 shadowOffsetsPtr; 67 WASMPointerF32 shadowBlurRadiiPtr; 70 WASMPointerF32 fontFeatureNamesPtr; 71 WASMPointerF32 fontFeatureValuesPtr;
|
D | particles_bindings.cpp | 98 .function("_uniformPtr", optional_override([](SkParticleEffect& self)->WASMPointerF32 { in EMSCRIPTEN_BINDINGS() 99 return reinterpret_cast<WASMPointerF32>(self.uniformData()); in EMSCRIPTEN_BINDINGS()
|
D | WasmCommon.h | 37 using WASMPointerF32 = uintptr_t; variable
|