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 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();
SkShader.cpp 69 void SkShader::endContext() {
SkBitmapProcShader.cpp 90 this->INHERITED::endContext();
96 this->INHERITED::endContext();
144 void SkBitmapProcShader::endContext() {
146 fState.endContext();
147 this->INHERITED::endContext();
SkBitmapProcState.cpp 275 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 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();
SkShader.cpp 69 void SkShader::endContext() {
SkBitmapProcShader.cpp 90 this->INHERITED::endContext();
96 this->INHERITED::endContext();
144 void SkBitmapProcShader::endContext() {
146 fState.endContext();
147 this->INHERITED::endContext();
SkBitmapProcState.cpp 275 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 485 milliseconds