Searched defs:posCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp439 int count, int posCount, const SkPaint& paint) {
438 drawPosText(const uint16_t* text, const float* positions, int count, int posCount, const SkPaint& paint) argument
H A DSkiaCanvas.cpp125 int posCount, const SkPaint& paint) override;
683 void SkiaCanvas::drawPosText(const uint16_t* text, const float* positions, int count, int posCount, argument
685 SkPoint* posPtr = posCount > 0 ? new SkPoint[posCount] : NULL;
687 for (indx = 0; indx < posCount; indx++) {

Completed in 670 milliseconds