Lines Matching defs:layerId

416 void scrollLayer(int layerId, int x, int y)
419 m_glWebViewState->scrollLayer(layerId, x, y);
490 LayerAndroid* toRoot, int layerId)
494 const LayerAndroid* from = fromRoot->findById(layerId);
495 LayerAndroid* to = toRoot->findById(layerId);
578 const TransformationMatrix* getLayerTransform(int layerId) {
579 if (layerId != -1 && m_baseLayer) {
580 LayerAndroid* layer = m_baseLayer->findById(layerId);
596 int layerId = selectText->caretLayerId(handleId);
605 const TransformationMatrix* transform = getLayerTransform(layerId);
612 return layerId;
615 void mapLayerRect(int layerId, SkIRect& rect) {
616 const TransformationMatrix* transform = getLayerTransform(layerId);
682 // Returns false if layerId is a fixed position layer, otherwise
687 Vector<FloatRect>& rects, int layerId)
690 if (layerId == layer->uniqueId())
700 if (!findMaskedRectsForLayer(child, rects, layerId))
743 bool isPointVisible(int layerId, int contentX, int contentY)
746 const TransformationMatrix* transform = getLayerTransform(layerId);
749 LayerAndroid* layer = m_baseLayer->findById(layerId);
999 jstring jclassName, jint layerId, jobject pict)
1005 LayerAndroid* layer = baseLayer->findById(layerId);
1237 jint nativeView, jint layerId, jint x, jint y)
1241 webview->scrollLayer(layerId, x, y);
1247 LayerAndroid* layer = baseLayer->findById(layerId);
1301 int layerId = webview->getHandleLayerId((SelectText::HandleId) handleIndex,
1307 return layerId;
1311 jint layerId, jobject rect)
1316 webview->mapLayerRect(layerId, nativeRect);
1345 jint layerId, jint contentX, jint contentY)
1348 return webview->isPointVisible(layerId, contentX, contentY);