OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkFlatDictionary
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h
155
//
SkFlatDictionary
: is an abstract templated dictionary that maintains a
157
// SkFlatController: is an interface provided to
SkFlatDictionary
which handles
161
// NOTE: any class that wishes to be used in conjunction with
SkFlatDictionary
180
* Return a new block of memory for the
SkFlatDictionary
to use.
209
*
SkFlatDictionary
. Needs to be set by the protected setTypefacePlayback
335
template <class T> friend class
SkFlatDictionary
;
339
class
SkFlatDictionary
{
343
SkFlatDictionary
(SkFlatController* controller, size_t scratchSizeGuess = 0)
366
~
SkFlatDictionary
() {
637
class SkMatrixDictionary : public
SkFlatDictionary
<SkMatrix>
[
all
...]
/external/skia/src/core/
SkPictureFlat.h
155
//
SkFlatDictionary
: is an abstract templated dictionary that maintains a
157
// SkFlatController: is an interface provided to
SkFlatDictionary
which handles
161
// NOTE: any class that wishes to be used in conjunction with
SkFlatDictionary
180
* Return a new block of memory for the
SkFlatDictionary
to use.
209
*
SkFlatDictionary
. Needs to be set by the protected setTypefacePlayback
335
template <class T> friend class
SkFlatDictionary
;
339
class
SkFlatDictionary
{
343
SkFlatDictionary
(SkFlatController* controller, size_t scratchSizeGuess = 0)
366
~
SkFlatDictionary
() {
637
class SkMatrixDictionary : public
SkFlatDictionary
<SkMatrix>
[
all
...]
Completed in 25 milliseconds