HomeSort by relevance Sort by last modified time
    Searched refs:SkTDArray (Results 76 - 100 of 204) sorted by null

1 2 34 5 6 7 8 9

  /external/skia/src/ports/
SkScalerContext_win_dw.h 45 SkTDArray<uint8_t> fBits;
SkFontMgr_android_parser.cpp 13 #include "SkTDArray.h"
86 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families,
103 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller
113 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers.
599 static int parse_config_file(const char* filename, SkTDArray<FontFamily*>& families,
656 static int append_system_font_families(SkTDArray<FontFamily*>& fontFamilies,
674 static void append_fallback_font_families_for_locale(SkTDArray<FontFamily*>& fallbackFonts,
705 SkTDArray<FontFamily*> langSpecificFonts;
716 static void append_system_fallback_font_families(SkTDArray<FontFamily*>& fallbackFonts,
725 static void mixin_vendor_fallback_font_families(SkTDArray<FontFamily*>& fallbackFonts
    [all...]
SkFontMgr_android_parser.h 14 #include "SkTDArray.h"
106 void GetSystemFontFamilies(SkTDArray<FontFamily*>& fontFamilies);
109 void GetCustomFontFamilies(SkTDArray<FontFamily*>& fontFamilies,
  /external/skia/src/svg/parser/
SkSVGElements.h 15 #include "SkTDArray.h"
65 SkTDArray<SkSVGElement*> fChildren;
  /external/skia/src/utils/
SkBitSet.h 14 #include "SkTDArray.h"
58 void exportTo(SkTDArray<T>* array) const {
  /external/skia/tests/
PathOpsThreadedCommon.h 11 #include "SkTDArray.h"
42 SkTDArray<PathOpsThreadedRunnable*> fRunnables;
BitmapHeapTest.cpp 28 SkTDArray<void*> fAllocations;
FloatingPointTextureTest.cpp 29 SkTDArray<T> controlPixelData, readBuffer;
PathOpsThreeWayTest.cpp 8 #include "SkTDArray.h"
45 SkTDArray<SkIntersections> combos;
  /external/skia/tools/
create_test_font.cpp 131 int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs,
132 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) {
225 SkTDArray<SkPath::Verb> verbs;
226 SkTDArray<unsigned> charCodes;
227 SkTDArray<SkScalar> widths;
317 static SkTDArray<FontWritten> gWritten;
  /external/skia/gm/
texteffects.cpp 232 static SkPath create_underline(const SkTDArray<SkScalar>& intersections,
254 const SkPaint& paint, SkScalar uWidth, SkTDArray<SkScalar>* intersections) {
280 SkTDArray<SkScalar> intersections;
298 SkScalar uWidth, SkTDArray<SkScalar>* intersections) {
323 SkTDArray<SkScalar> widths;
326 SkTDArray<SkPoint> pos;
336 SkTDArray<SkScalar> intersections;
364 SkTDArray<SkScalar> widths;
367 SkTDArray<SkPoint> pos;
379 SkTDArray<SkScalar> intersections
    [all...]
colorfilterimagefilter.cpp 45 static void sk_gm_get_colorfilters(SkTDArray<SkColorFilter*>* array) {
76 static void sk_gm_get_shaders(SkTDArray<SkShader*>* array) {
192 template <typename T> class SkTRefArray : public SkTDArray<T> {
textblob.cpp 13 #include "SkTDArray.h"
152 SkTDArray<SkScalar> pos;
163 SkTDArray<SkScalar> pos;
183 SkTDArray<uint16_t> fGlyphs;
  /external/skia/debugger/QT/
SkDebuggerGUI.h 291 SkTDArray<bool> fSkipCommands; // has a specific command been deleted?
332 void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns);
SkDrawCommandGeometryWidget.cpp 81 const SkTDArray<SkDrawCommand*>& commands = fDebugger->getDrawCommands();
  /external/skia/include/utils/
SkRTConf.h 12 #include "../private/SkTDArray.h"
94 SkTDArray<SkString *> fConfigFileKeys, fConfigFileValues;
95 typedef SkTDict< SkTDArray<SkRTConfBase *> * > ConfMap;
SkLayer.h 13 #include "../private/SkTDArray.h"
125 SkTDArray<SkLayer*> m_children;
  /external/skia/src/animator/
SkTDArray_Experimental.h 26 #include "SkTDArray.h"
27 #define SkIntArray(type) SkTDArray<type>
28 #define SkLongArray(type) SkTDArray<type>
  /external/skia/src/core/
SkReadBuffer.h 201 void setFactoryArray(SkTDArray<SkFlattenable::Factory>* array) {
236 SkTDArray<SkFlattenable::Factory>* fFactoryTDArray;
SkMessageBus.h 14 #include "SkTDArray.h"
43 SkTDArray<Inbox*> fInboxes;
  /external/skia/include/core/
SkDataTable.h 11 #include "../private/SkTDArray.h"
170 SkTDArray<SkDataTable::Dir> fDir;
  /external/skia/include/xml/
SkXMLWriter.h 11 #include "../private/SkTDArray.h"
56 SkTDArray<Elem*> fElems;
  /external/skia/samplecode/
SampleCamera.cpp 23 SkTDArray<SkShader*> fShaders;
  /external/skia/src/gpu/
GrLayerAtlas.h 15 #include "SkTDArray.h"
96 SkTDArray<Plot*> fPlots;
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 14 #include "SkTDArray.h"
186 SkTDArray<AtlasRow*> fKeyTable;

Completed in 441 milliseconds

1 2 34 5 6 7 8 9