Searched defs:pLine (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Dbitmapscroll.cpp19 SkPaint pRed, pWhite, pGreen, pBlue, pLine, pAlphaGray; local
24 pLine.setColor(0xFF000000);
25 pLine.setStyle(SkPaint::kStroke_Style);
42 canvas.drawLine(w*2, 0, w*2, h*4, pLine);
43 canvas.drawLine( 0, h*2, w*4, h*2, pLine);
44 canvas.drawRectCoords(w, h, w*3, h*3, pLine);
/external/icu4c/common/
H A Dunames.c1308 const uint8_t **pLine, const uint8_t *lineLimit) {
1309 const uint8_t *line=*pLine;
1346 *pLine=line;
1306 calcNameSetLength(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t *tokenLengths, uint32_t set[8], const uint8_t **pLine, const uint8_t *lineLimit) argument
/external/icu4c/test/cintltst/
H A Dcbiditst.c37 static void doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst);
155 UBiDi *pBiDi, *pLine=NULL; local
162 pLine=ubidi_open();
163 if(pLine!=NULL) {
164 doTests(pBiDi, pLine, FALSE);
165 doTests(pBiDi, pLine, TRUE);
174 if(pLine!=NULL) {
175 ubidi_close(pLine);
185 doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst) { argument
204 ubidi_setLine(pBiDi, lineStart, tests[testNumber].lineLimit, pLine,
1701 UBiDi* pLine; local
[all...]

Completed in 92 milliseconds