Searched refs:KeyContextWithLocalMatrix (Results 1 – 2 of 2) sorted by relevance
91 class KeyContextWithLocalMatrix : public KeyContext {93 KeyContextWithLocalMatrix(const KeyContext& other, const SkMatrix& childLM) in KeyContextWithLocalMatrix() function105 KeyContextWithLocalMatrix(const KeyContextWithLocalMatrix&) = delete;106 KeyContextWithLocalMatrix& operator=(const KeyContextWithLocalMatrix&) = delete;
1614 KeyContextWithLocalMatrix newContext(keyContext, shader->ctm()); in add_to_key()2088 KeyContextWithLocalMatrix newContext(keyContext, shader->localMatrix()); in add_to_key()