Searched defs:SaveInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPictureUtils.cpp52 class SaveInfo { class in class:CollectLayers
54 SaveInfo() { } function in class:CollectLayers::SaveInfo
55 SaveInfo(int opIndex, bool isSaveLayer, const SkPaint* paint, const SkIRect& bounds) function in class:CollectLayers::SaveInfo
76 SkTDArray<SaveInfo> fSaveStack;
143 fSaveStack.push(SaveInfo(fCurrentOp, false, NULL, SkIRect::MakeEmpty()));
163 fSaveStack.push(SaveInfo(fCurrentOp, true, paint, fCurrentClipBounds));
173 SaveInfo si;
/external/llvm/lib/Support/
H A DYAMLTraits.cpp117 void *&SaveInfo) {
144 SaveInfo = CurrentNode;
178 bool Input::preflightElement(unsigned Index, void *&SaveInfo) { argument
182 SaveInfo = CurrentNode;
189 void Input::postflightElement(void *SaveInfo) { argument
190 CurrentNode = reinterpret_cast<HNode *>(SaveInfo);
200 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { argument
204 SaveInfo = CurrentNode;
211 void Input::postflightFlowElement(void *SaveInfo) { argument
212 CurrentNode = reinterpret_cast<HNode *>(SaveInfo);
116 preflightKey(const char *Key, bool Required, bool, bool &UseDefault, void *&SaveInfo) argument
[all...]
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h542 void *SaveInfo; local
548 SaveInfo)) {
550 this->postflightKey(SaveInfo);
560 void *SaveInfo; local
564 SaveInfo) ) {
566 this->postflightKey(SaveInfo);
576 void *SaveInfo; local
578 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) {
580 this->postflightKey(SaveInfo);
673 void *SaveInfo; local
685 void *SaveInfo; local
[all...]

Completed in 1539 milliseconds