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

  /external/webkit/WebCore/rendering/
RenderSVGTextPath.h 36 Path layoutPath() const;
RenderSVGTextPath.cpp 46 Path RenderSVGTextPath::layoutPath() const
SVGCharacterLayoutInfo.cpp 243 FloatPoint point = layoutPath.pointAtLength(offset, ok);
249 angle = layoutPath.normalAngleAtLength(offset, ok);
278 Path path = textPath->layoutPath();
282 layoutPath = path;
SVGCharacterLayoutInfo.h 167 Path layoutPath;
  /development/simulator/app/
PhoneCollection.cpp 93 android::String8 layoutPath;
98 layoutPath = pDir->getFileName(i);
99 layoutPath.appendPath(kLayoutFile);
101 if (pAssetMgr->getFileType(layoutPath.string()) == kFileTypeRegular) {
103 printf("--- examining '%s'\n", layoutPath.string());
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 63 protected CustomBar(Context context, Density density, String layoutPath)
75 getClass().getResourceAsStream(layoutPath),

Completed in 417 milliseconds