OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:devPath
(Results
1 - 16
of
16
) sorted by null
/external/skia/src/core/
SkRasterizer.cpp
41
SkPath
devPath
;
43
fillPath.transform(matrix, &
devPath
);
44
return SkDraw::DrawToMask(
devPath
, clipBounds, nullptr, nullptr, mask, mode,
SkScalerContext.cpp
150
SkPath
devPath
, fillPath;
153
this->internalGetPath(*glyph, &fillPath, &
devPath
, &fillToDevMatrix);
169
// just use
devPath
170
const SkIRect ir =
devPath
.getBounds().roundOut();
507
SkPath
devPath
, fillPath;
511
this->internalGetPath(*glyph, &fillPath, &
devPath
, &fillToDevMatrix);
528
generateMask(mask,
devPath
, fPreBlend);
603
SkPath*
devPath
, SkMatrix* fillToDevMatrix) {
625
// assume fillPath and
devPath
are already empty.
661
if (
devPath
) {
[
all
...]
SkCanvas.cpp
[
all
...]
/hardware/bsp/intel/peripheral/libupm/src/hm11/
hm11.cxx
48
const char *
devPath
= mraa_uart_get_dev_path(m_uart);
50
if (!
devPath
)
58
if ( (m_ttyFd = open(
devPath
, O_RDWR)) == -1)
62
string(
devPath
) + " failed:" +
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
ublox6.cxx
46
const char *
devPath
= mraa_uart_get_dev_path(m_uart);
48
if (!
devPath
)
56
if ( (m_ttyFd = open(
devPath
, O_RDWR)) == -1)
59
err += ": open of " + std::string(
devPath
) + " failed: " +
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
mhz16.cxx
48
const char *
devPath
= mraa_uart_get_dev_path(m_uart);
50
if (!
devPath
)
58
if ( (m_ttyFd = open(
devPath
, O_RDWR)) == -1)
62
string(
devPath
) + " failed: " +
/external/skia/src/effects/
SkLayerRasterizer.cpp
60
SkPath fillPath,
devPath
;
75
p->transform(m, &
devPath
);
79
if (!SkDraw::DrawToMask(
devPath
, clipBounds, paint.getMaskFilter(),
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
grovescam.cxx
56
const char *
devPath
= mraa_uart_get_dev_path(m_uart);
58
if (!
devPath
)
66
if ( (m_ttyFd = open(
devPath
, O_RDWR)) == -1)
70
string(
devPath
) + " failed:" +
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
hmtrp.cxx
52
const char *
devPath
= mraa_uart_get_dev_path(m_uart);
54
if (!
devPath
)
62
if ( (m_ttyFd = open(
devPath
, O_RDWR)) == -1)
66
string(
devPath
) + " failed: " +
/external/skia/src/fonts/
SkRandomScalerContext.cpp
101
SkPath
devPath
, fillPath;
104
this->internalGetPath(*glyph, &fillPath, &
devPath
, &fillToDevMatrix);
106
// just use
devPath
107
const SkIRect ir =
devPath
.getBounds().roundOut();
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
wt5001.cxx
49
const char *
devPath
= mraa_uart_get_dev_path(m_uart);
51
if (!
devPath
)
59
if ( (m_ttyFd = open(
devPath
, O_RDWR)) == -1)
63
string(
devPath
) + " failed: " +
/hardware/bsp/intel/peripheral/libupm/src/zfm20/
zfm20.cxx
48
const char *
devPath
= mraa_uart_get_dev_path(m_uart);
50
if (!
devPath
)
58
if ( (m_ttyFd = open(
devPath
, O_RDWR)) == -1)
62
string(
devPath
) + " failed: " +
/external/skia/tools/debugger/
SkDebugCanvas.cpp
270
SkPath
devPath
;
278
this->addClipStackData(
devPath
, operand, elementOp);
280
devPath
= operand;
282
Op(
devPath
, operand, (SkPathOp) elementOp, &
devPath
);
285
this->lastClipStackData(
devPath
);
627
void SkDebugCanvas::addClipStackData(const SkPath&
devPath
, const SkPath& operand,
630
if (!lastClipStackData(
devPath
)) {
637
addPathData(fCalledAddStackData ?
devPath
: fSaveDevPath, "path");
646
bool SkDebugCanvas::lastClipStackData(const SkPath&
devPath
) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java
352
startObserving("
DEVPATH
="+uei.getDevPath());
406
String
devPath
= event.get("
DEVPATH
");
410
updateStateLocked(
devPath
, name, state);
417
private void updateStateLocked(String
devPath
, String name, int state) {
420
if (
devPath
.equals(uei.getDevPath())) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar
Completed in 3710 milliseconds