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

  /external/chromium_org/third_party/skia/include/svg/
SkSVGBase.h 22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
25 #endif // SkSVGBase_DEFINEDes(const SkSVGAttribute** attrPtr) = 0;
SkSVGPaintState.h 48 virtual int getAttributes(const SkSVGAttribute** attrPtr);
  /external/skia/include/svg/
SkSVGBase.h 22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
25 #endif // SkSVGBase_DEFINEDes(const SkSVGAttribute** attrPtr) = 0;
SkSVGPaintState.h 48 virtual int getAttributes(const SkSVGAttribute** attrPtr);
  /external/chromium_org/third_party/skia/src/svg/
SkSVGElements.h 23 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
31 *attrPtr = gAttributes; \
SkSVGPaintState.cpp 187 int SkSVGPaint::getAttributes(const SkSVGAttribute** attrPtr) {
188 *attrPtr = gAttributes;
  /external/skia/src/svg/
SkSVGElements.h 23 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
31 *attrPtr = gAttributes; \
SkSVGPaintState.cpp 187 int SkSVGPaint::getAttributes(const SkSVGAttribute** attrPtr) {
188 *attrPtr = gAttributes;
  /external/jhead/
main.c 217 char* attrPtr = strchr(attributes, ' ') + 1;
219 ALOGE("attribute count %d attrPtr %s\n", attrCnt, attrPtr);
240 char* tagEnd = strchr(attrPtr, '=');
247 if (tagEnd - attrPtr > 99) {
253 memcpy(tag, attrPtr, tagEnd - attrPtr);
254 tag[tagEnd - attrPtr] = 0;
265 attrPtr = tagEnd + 1;
272 int valueLen = atoi(attrPtr);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 178 milliseconds