Searched refs:readColor (Results 1 – 12 of 12) sorted by relevance
85 protected ColorRGBA readColor(){ in readColor() method in MTLLoader206 ambient.set(readColor()); in readLine()208 diffuse.set(readColor()); in readLine()210 specular.set(readColor()); in readLine()
75 private ColorRGBA readColor(String content){ in readColor() method in MaterialLoader219 diffuse = readColor(split[1]); in readPassStatement()226 ambient = readColor(split[1]); in readPassStatement()229 emissive = readColor(split[1]); in readPassStatement()
30 SkColor readColor() override;
81 SkColor color = buffer.readColor(); in CreateProc()
106 virtual SkColor readColor();
65 SkColor SkValidatingReadBuffer::readColor() { in readColor() function in SkValidatingReadBuffer
93 SkColor SkReadBuffer::readColor() { in readColor() function in SkReadBuffer
264 return new SkColorShader(buffer.readColor()); in CreateProc()
66 const SkColor color = buffer.readColor(); in CreateProc()
38 SkColor color = buffer.readColor(); in CreateProc()
30 return Create(buffer.readColor()); in CreateProc()
25 const SkColor color = buffer.readColor(); in CreateProc()