Searched refs:fTex (Results 1 – 2 of 2) sorted by relevance
25 fTex = NULL; in init()40 fTex = tex; in init()45 fTex = (SkPoint*)fStorage; in init()46 fIndices = (uint16_t*)(fTex + fTexCount); in init()71 SkPoint* tex = fTex; in init()
34 const SkPoint* tex() const { return fTex; } in tex()38 SkPoint* fTex; variable