HomeSort by relevance Sort by last modified time
    Searched defs:endContext (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkColorFilter.cpp 90 // we need to keep the setContext/endContext calls balanced. If we return
91 // false, our endContext() will not be called.
97 this->INHERITED::endContext();
103 void SkFilterShader::endContext() {
104 fShader->endContext();
105 this->INHERITED::endContext();
SkComposeShader.cpp 74 We need to keep the calls to setContext/endContext balanced, since if we
75 return false, our endContext() will not be called.
97 fShaderB->endContext();
100 fShaderA->endContext();
102 this->INHERITED::endContext();
108 void SkComposeShader::endContext() {
109 fShaderB->endContext();
110 fShaderA->endContext();
111 this->INHERITED::endContext();
SkBitmapProcShader.cpp 89 this->INHERITED::endContext();
95 this->INHERITED::endContext();
143 void SkBitmapProcShader::endContext() {
145 this->INHERITED::endContext();
SkShader.cpp 69 void SkShader::endContext() {
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]

Completed in 102 milliseconds