Searched refs:fFirst (Results 1 – 10 of 10) sorted by relevance
164 SResource *current = fFirst; in ~ContainerResource()187 if (fFirst == NULL) { in add()188 fFirst = res; in add()195 SResource *current = fFirst; in add()217 fFirst = res; in add()242 if (fFirst == NULL) { in add()243 fFirst = res; in add()256 res->fNext = fFirst; in add()257 fFirst = res; in add()432 for (SResource *current = fFirst; current != NULL; current = current->fNext) { in handlePreflightStrings()[all …]
328 current = res->fFirst; in array_write_java()338 current = res->fFirst; in array_write_java()514 current = res->fFirst; in table_write_java()
229 fCount(0), fFirst(NULL) {} in ContainerResource()242 SResource *fFirst; variable
692 current = res->fFirst; in array_write_xml()935 current = res->fFirst; in table_write_xml()
667 SResource *current = list->fFirst; in resLookup()
123 i = this->matchFirst(&fFirst, record, i);140 template <typename T> T* first() { return fFirst.get(); }169 First fFirst;
654 if (!pointData.fFirst.isEmpty()) { in drawPoints()656 fDevice->drawPath(*this, pointData.fFirst, newP); in drawPoints()658 this->drawPath(pointData.fFirst, newP); in drawPoints()
65 GrGLuint fFirst; member
92 SkPath fFirst; // If not empty, contains geometry for first point variable
289 results->fFirst.addRect(x - halfWidth, y - halfHeight, in asPoints()