Searched refs:handleLine (Results 1 – 8 of 8) sorted by relevance
48 virtual void handleLine(const SkPoint& p) = 0;49 void handleLine(const SkMatrix& m, SkPoint* p);173 void SkBaseShadowTessellator::handleLine(const SkMatrix& m, SkPoint* p) { in handleLine() function in SkBaseShadowTessellator175 this->handleLine(*p); in handleLine()188 this->handleLine(fPointBuffer[i]); in handleQuad()192 this->handleLine(pts[1]); in handleQuad()193 this->handleLine(pts[2]); in handleQuad()213 this->handleLine(fPointBuffer[i]); in handleCubic()217 this->handleLine(pts[1]); in handleCubic()218 this->handleLine(pts[2]); in handleCubic()[all …]
48 virtual void handleLine(const SkPoint& p) = 0;49 void handleLine(const SkMatrix& m, SkPoint* p);173 void SkBaseShadowTessellator::handleLine(const SkMatrix& m, SkPoint* p) { in handleLine() function in SkBaseShadowTessellator175 this->handleLine(*p); in handleLine()194 this->handleLine(fPointBuffer[i]); in handleQuad()198 this->handleLine(pts[1]); in handleQuad()199 this->handleLine(pts[2]); in handleQuad()219 this->handleLine(fPointBuffer[i]); in handleCubic()223 this->handleLine(pts[1]); in handleCubic()224 this->handleLine(pts[2]); in handleCubic()[all …]
88 handleLine(line.toString(), sawReturn in finishLine()118 protected abstract void handleLine(String line, String end) in handleLine() method in LineBuffer
46 @Override protected void handleLine(String line, String end) {
18 found method def handleLine
104 self.handleLine(line)143 def handleLine(self, text):
86 @Override protected void handleLine(String line, String end) { in bufferHelper()
192 made not compilable com.google.common.io.LineBuffer::handleLine