Searched refs:blendApplyTypeArg (Results 1 – 1 of 1) sorted by relevance
5600 …Local<JSValueRef> blendApplyTypeArg = runtimeCallInfo->GetCallArgRef(2); // 2: index of parameter … in SetBlendMode() local5613 if (blendApplyTypeArg->IsNumber()) { in SetBlendMode()5614 int32_t blendApplyTypeNum = blendApplyTypeArg->Int32Value(vm); in SetBlendMode()5643 …Local<JSValueRef> blendApplyTypeArg = runtimeCallInfo->GetCallArgRef(2); // 2: index of parameter … in SetAdvancedBlendMode() local5648 if (blendApplyTypeArg->IsNumber()) { in SetAdvancedBlendMode()5649 int32_t blendApplyTypeNum = blendApplyTypeArg->Int32Value(vm); in SetAdvancedBlendMode()