OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFlatDictionary
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
BitmapHeapTest.cpp
19
class FlatDictionary : public
SkFlatDictionary
<SkShader> {
23
:
SkFlatDictionary
<SkShader>(controller) {
/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
...]
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
153
class FlatDictionary : public
SkFlatDictionary
<SkFlattenable> {
156
:
SkFlatDictionary
<SkFlattenable>(heap) {
336
// Should be called after any calls to an
SkFlatDictionary
::findAndReplace
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
153
class FlatDictionary : public
SkFlatDictionary
<SkFlattenable> {
156
:
SkFlatDictionary
<SkFlattenable>(heap) {
336
// Should be called after any calls to an
SkFlatDictionary
::findAndReplace
[
all
...]
Completed in 30 milliseconds