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

  /external/chromium_org/third_party/skia/src/core/
SkFilterShader.cpp 58 // we need to keep the setContext/endContext calls balanced. If we return
59 // false, our endContext() will not be called.
65 this->INHERITED::endContext();
71 void SkFilterShader::endContext() {
72 fShader->endContext();
73 this->INHERITED::endContext();
SkComposeShader.cpp 75 We need to keep the calls to setContext/endContext balanced, since if we
76 return false, our endContext() will not be called.
98 fShaderB->endContext();
101 fShaderA->endContext();
103 this->INHERITED::endContext();
109 void SkComposeShader::endContext() {
110 fShaderB->endContext();
111 fShaderA->endContext();
112 this->INHERITED::endContext();
SkShader.cpp 66 void SkShader::endContext() {
SkBitmapProcShader.cpp 114 this->INHERITED::endContext();
162 void SkBitmapProcShader::endContext() {
163 fState.endContext();
164 this->INHERITED::endContext();
SkBitmapProcState.cpp 362 void SkBitmapProcState::endContext() {
    [all...]
  /external/skia/src/core/
SkFilterShader.cpp 58 // we need to keep the setContext/endContext calls balanced. If we return
59 // false, our endContext() will not be called.
65 this->INHERITED::endContext();
71 void SkFilterShader::endContext() {
72 fShader->endContext();
73 this->INHERITED::endContext();
SkComposeShader.cpp 75 We need to keep the calls to setContext/endContext balanced, since if we
76 return false, our endContext() will not be called.
98 fShaderB->endContext();
101 fShaderA->endContext();
103 this->INHERITED::endContext();
109 void SkComposeShader::endContext() {
110 fShaderB->endContext();
111 fShaderA->endContext();
112 this->INHERITED::endContext();
SkShader.cpp 66 void SkShader::endContext() {
SkBitmapProcShader.cpp 114 this->INHERITED::endContext();
162 void SkBitmapProcShader::endContext() {
163 fState.endContext();
164 this->INHERITED::endContext();
SkBitmapProcState.cpp 362 void SkBitmapProcState::endContext() {
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 722 milliseconds