Searched refs:pLine (Results 1 – 3 of 3) sorted by relevance
/external/skia/gm/ |
D | bitmapscroll.cpp | 19 SkPaint pRed, pWhite, pGreen, pBlue, pLine, pAlphaGray; in make_bitmap() local 24 pLine.setColor(0xFF000000); in make_bitmap() 25 pLine.setStyle(SkPaint::kStroke_Style); in make_bitmap() 42 canvas.drawLine(w*2, 0, w*2, h*4, pLine); in make_bitmap() 43 canvas.drawLine( 0, h*2, w*4, h*2, pLine); in make_bitmap() 44 canvas.drawRectCoords(w, h, w*3, h*3, pLine); in make_bitmap()
|
/external/icu4c/test/cintltst/ |
D | cbiditst.c | 37 static void doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst); 155 UBiDi *pBiDi, *pLine=NULL; in testBidi() local 162 pLine=ubidi_open(); in testBidi() 163 if(pLine!=NULL) { in testBidi() 164 doTests(pBiDi, pLine, FALSE); in testBidi() 165 doTests(pBiDi, pLine, TRUE); in testBidi() 174 if(pLine!=NULL) { in testBidi() 175 ubidi_close(pLine); in testBidi() 185 doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst) { in doTests() argument 204 ubidi_setLine(pBiDi, lineStart, tests[testNumber].lineLimit, pLine, &errorCode); in doTests() [all …]
|
/external/icu4c/common/ |
D | unames.c | 1308 const uint8_t **pLine, const uint8_t *lineLimit) { in calcNameSetLength() argument 1309 const uint8_t *line=*pLine; in calcNameSetLength() 1346 *pLine=line; in calcNameSetLength()
|