HomeSort by relevance Sort by last modified time
    Searched refs:mtx (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 108 int mtx = tx + m_width - m_markupBox->x(); local
110 if (m_markupBox->nodeAtPoint(request, result, x, y, mtx, mty)) {
111 renderer()->updateHitTestResult(result, IntPoint(x - mtx, y - mty));
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 122 pthread_mutex_t mtx; variable
350 pthread_mutex_lock(&mtx);
362 pthread_mutex_unlock(&mtx);
379 pthread_mutex_unlock(&mtx);
409 pthread_mutex_lock(&mtx);
413 pthread_cond_wait(&cond, &mtx);
420 pthread_mutex_unlock(&mtx);
430 pthread_mutex_lock(&mtx);
434 pthread_cond_wait(&cond, &mtx);
440 pthread_mutex_unlock(&mtx);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 238 AffineTransform mtx = new AffineTransform(); local
239 mtx.translate(dx, dy);
240 targetRegionDelegate.mArea.transform(mtx);
260 AffineTransform mtx = new AffineTransform(); local
261 mtx.scale(scale, scale);
262 targetRegionDelegate.mArea.transform(mtx);
Canvas_Delegate.java 184 float[] mtx = Matrix_Delegate.getSkew(kx, ky); local
185 AffineTransform matrixTx = Matrix_Delegate.getAffineTransform(mtx);
949 final AffineTransform mtx = matrixDelegate.getAffineTransform(); local
    [all...]
Matrix_Delegate.java 786 private static void reset(float[] mtx) {
789 mtx[k] = ((i==j) ? 1 : 0);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 638 AffineTransform mtx = getTransform(); local
640 layer.getGraphics().setTransform(mtx);

Completed in 105 milliseconds