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

  /external/chromium_org/base/
path_service.cc 113 struct PathData {
120 PathData() : cache_disabled(false) {
132 ~PathData() {
143 static base::LazyInstance<PathData> g_path_data = LAZY_INSTANCE_INITIALIZER;
145 static PathData* GetPathData() {
150 bool LockedGetFromCache(int key, const PathData* path_data, FilePath* result) {
164 bool LockedGetFromOverrides(int key, PathData* path_data, FilePath* result) {
183 PathData* path_data = GetPathData();
246 PathData* path_data = GetPathData();
284 PathData* path_data = GetPathData()
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 104 typedef PathData GpPathData;
GdiPlusTypes.h 757 // A user must mange memory for PathData.
759 class PathData
762 PathData()
769 ~PathData()
785 PathData(const PathData &);
786 PathData& operator=(const PathData &);
GdiPlusPath.h 109 Status GetPathData(OUT PathData* pathData) const
111 if (pathData == NULL)
118 if ((count <= 0) || (pathData->Count>0 && pathData->Count<count))
120 pathData->Count = 0;
121 if (pathData->Points)
123 delete pathData->Points;
124 pathData->Points = NULL;
127 if (pathData->Types)
    [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 141 milliseconds