Searched refs:jsSamplingOptions (Results 1 – 2 of 2) sorted by relevance
63 JsSamplingOptions* jsSamplingOptions = nullptr; in Constructor() local67 jsSamplingOptions = new JsSamplingOptions(samplingOptions); in Constructor()72 jsSamplingOptions = new JsSamplingOptions(samplingOptions); in Constructor()75 status = napi_wrap(env, jsThis, jsSamplingOptions, in Constructor()78 delete jsSamplingOptions; in Constructor()
730 JsSamplingOptions* jsSamplingOptions = nullptr; in OnDrawImage() local731 GET_UNWRAP_PARAM(ARGC_THREE, jsSamplingOptions); in OnDrawImage()733 std::shared_ptr<SamplingOptions> samplingOptions = jsSamplingOptions->GetSamplingOptions(); in OnDrawImage()2099 JsSamplingOptions* jsSamplingOptions = nullptr; in OnDrawImageRect() local2100 GET_UNWRAP_PARAM(ARGC_TWO, jsSamplingOptions); // (optional) arg #2: samplingOptions in OnDrawImageRect()2101 std::shared_ptr<SamplingOptions> samplingOptions = jsSamplingOptions->GetSamplingOptions(); in OnDrawImageRect()2153 JsSamplingOptions* jsSamplingOptions = nullptr; in OnDrawingImageRectWithSrc() local2154 GET_UNWRAP_PARAM(ARGC_THREE, jsSamplingOptions); in OnDrawingImageRectWithSrc()2155 std::shared_ptr<SamplingOptions> samplingOptions = jsSamplingOptions->GetSamplingOptions(); in OnDrawingImageRectWithSrc()2172 JsSamplingOptions* jsSamplingOptions = nullptr; in OnDrawingImageRectWithSrc() local[all …]