/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: " +
|
/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...] |
SkMaskFilter.cpp | 235 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, 241 rectCount = countNestedRects(devPath, rects); 265 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
|
SkScalerContext.h | 319 SkPath* devPath, SkMatrix* fillToDevMatrix);
|
SkDraw.cpp | [all...] |
SkCanvas.cpp | [all...] |
/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: " +
|
/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: " +
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalSensor.java | 136 public void setUEventDevPath(String devPath) { 137 mUEventDevPath = devPath; 274 } else if (!mUEventDevPath.contains("DEVPATH=")) { 275 mUEventDevPath = "DEVPATH=" + mUEventDevPath;
|
/external/skia/include/core/ |
SkMaskFilter.h | 230 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
|
SkDraw.h | 93 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
|
/external/skia/src/gpu/ |
GrBlurUtils.cpp | 53 const SkPath& devPath, 60 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, 95 // Create a mask of 'devPath' and place the result in 'mask'. 98 const SkPath& devPath, 145 drawContext->drawPath(clip, tempPaint, translate, devPath, strokeInfo);
|
/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:" +
|
/external/skia/src/effects/ |
SkLayerRasterizer.cpp | 60 SkPath fillPath, devPath; 75 p->transform(m, &devPath); 79 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
|
/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();
|
/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...] |
SkDebugCanvas.h | 271 void addClipStackData(const SkPath& devPath, const SkPath& operand, SkRegion::Op elementOp); 273 bool lastClipStackData(const SkPath& devPath);
|
/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())) {
|
/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/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 | |