HomeSort by relevance Sort by last modified time
    Searched defs:penX (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
FontRenderer.h 120 image(dropShadow.image), penX(dropShadow.penX),
127 int32_t penX;
FontRenderer.cpp 601 image.penX = 0;
637 int penX = radius - bounds.left;
644 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
656 image.penX = penX;