HomeSort by relevance Sort by last modified time
    Searched refs:PathData (Results 1 - 15 of 15) sorted by null

  /external/skia/src/gpu/
GrAADistanceFieldPathRenderer.h 48 struct PathData {
62 SK_DECLARE_INTERNAL_LLIST_INTERFACE(PathData);
64 static inline const Key& GetKey(const PathData& data) {
75 typedef SkTDynamicHash<PathData, PathData::Key> PathCache;
76 typedef SkTInternalLList<PathData> PathDataList;
GrAADistanceFieldPathRenderer.cpp 50 PathData* pathData;
51 while ((pathData = iter.get())) {
53 if (id == pathData->fID) {
54 dfpr->fPathCache.remove(pathData->fKey);
55 dfpr->fPathList.remove(pathData);
56 SkDELETE(pathData);
73 PathData* pathData;
74 while ((pathData = iter.get()))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 429 typedef struct PathData {
437 PathData(): Count(0), Points(NULL), Types(NULL) {}
438 ~PathData() {
446 } PathData;
gdiplusimpl.h     [all...]
gdipluspath.h 408 Status GetPathData(PathData *pathData) const
410 if (!pathData) return lastStatus = InvalidParameter;
419 status = updateStatus(pathData->AllocateArrays(count));
423 nativePath, (GpPathData*) pathData));
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 252 milliseconds