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

  /external/webkit/Source/WebCore/storage/
LocalStorageTask.cpp 39 , m_area(area)
42 ASSERT(m_area);
48 , m_area(0)
84 m_area->performImport();
87 m_area->performSync();
102 m_area->deleteEmptyDatabase();
LocalStorageTask.h 67 StorageAreaSync* m_area; member in class:WebCore::LocalStorageTask
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileGrid.cpp 72 if (tile->isTileVisible(m_area)) {
95 if (m_tiles[i]->isTileVisible(m_area) && !m_tiles[i]->frontTexture())
144 m_area = computeTilesArea(prepareArea, scale);
145 if (m_area.isEmpty())
153 m_area.x(), m_area.y(),
154 m_area.width(), m_area.height());
156 bool goingDown = m_prevTileY < m_area.y();
157 m_prevTileY = m_area.y()
    [all...]
TileGrid.h 82 IntRect m_area; member in class:WebCore::TileGrid
  /frameworks/native/opengl/libagl/
context.h 561 GGLcoord area() const { return m_area; }
567 GGLcoord m_area; member in struct:android::gl::compute_iterators_t
primitives.cpp 243 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
251 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
258 const GGLcoord area = (m_area + TRI_HALF) >> TRI_FRACTION_BITS;
    [all...]

Completed in 544 milliseconds