OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentEntry
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/pdf/
SkPDFDevice.h
38
struct
ContentEntry
;
221
SkAutoTDelete<
ContentEntry
> fContentEntries;
222
ContentEntry
* fLastContentEntry;
223
SkAutoTDelete<
ContentEntry
> fMarginContentEntries;
224
ContentEntry
* fLastMarginContentEntry;
230
SkAutoTDelete<
ContentEntry
>* getContentEntries();
247
ContentEntry
* getLastContentEntry();
248
void setLastContentEntry(
ContentEntry
*
contentEntry
);
267
ContentEntry
* setUpContentEntry(const SkClipStack* clipStack
[
all
...]
SkPDFDevice.cpp
210
//
ContentEntry
. This is the one currently in effect, or nullptr if none.
591
struct
ContentEntry
{
594
SkAutoTDelete<
ContentEntry
> fNext;
598
~
ContentEntry
() {
599
ContentEntry
* val = fNext.detach();
601
ContentEntry
* valNext = val->fNext.detach();
609
// A helper class to automatically finish a
ContentEntry
at the end of a
642
ContentEntry
* entry() { return fContentEntry; }
680
ContentEntry
* fContentEntry;
770
ContentEntry
* contentEntry)
[
all
...]
/external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliClassTest.java
37
import com.intellij.openapi.roots.
ContentEntry
;
163
public void configureModule(Module module, ModifiableRootModel model,
ContentEntry
contentEntry
) {
Completed in 76 milliseconds