OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawTriangle
(Results
1 - 12
of
12
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
st7735.cxx
53
lcd->
drawTriangle
(50, 50, 80, 80, 60, 90, ST7735_GREEN);
/hardware/bsp/intel/peripheral/libupm/examples/java/
ST7735Sample.java
61
lcd.
drawTriangle
((short) 50, (short) 50, (short) 80, (short) 80, (short) 60, (short) 90,
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
st7735.js
46
lcd.
drawTriangle
(50, 50, 80, 80, 60, 90, st7735.ST7735_GREEN);
eboled.js
135
oled.
drawTriangle
(2, 2, 52, 7, 17, 37, 1);
/hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.h
162
void
drawTriangle
(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color);
gfx.cxx
115
GFX::
drawTriangle
(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color) {
/external/skia/samplecode/
SampleFatBits.cpp
104
void
drawTriangle
(SkCanvas* canvas, SkPoint pts[3]);
345
void FatBits::
drawTriangle
(SkCanvas* canvas, SkPoint pts[3]) {
473
fFB.
drawTriangle
(canvas, fPts);
/hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.h
294
void
drawTriangle
(int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color = COLOR_WHITE);
eboled.cxx
346
void EBOLED::
drawTriangle
(int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color)
/frameworks/support/v4/java/android/support/v4/widget/
MaterialProgressDrawable.java
540
drawTriangle
(c, startAngle, sweepAngle, bounds);
550
private void
drawTriangle
(Canvas c, float startAngle, float sweepAngle, Rect bounds) {
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
Completed in 870 milliseconds