Searched refs:layer_index (Results 1 – 8 of 8) sorted by relevance
/external/skqp/modules/skottie/src/ |
D | SkottieLayer.cpp | 409 const auto layer_index = ParseDefault<int>(jlayer["ind"], -1); in attachLayerTransform() local 410 if (layer_index < 0) in attachLayerTransform() 413 if (auto* m = fLayerMatrixMap.find(layer_index)) in attachLayerTransform() 416 return this->attachLayerTransformImpl(jlayer, abuilder, layer_index); in attachLayerTransform() 422 int layer_index) { in attachParentLayerTransform() 424 if (parent_index < 0 || parent_index == layer_index) in attachParentLayerTransform() 443 int layer_index) { in attachLayerTransformImpl() 444 SkASSERT(!fLayerMatrixMap.find(layer_index)); in attachLayerTransformImpl() 447 fLayerMatrixMap.set(layer_index, nullptr); in attachLayerTransformImpl() 449 auto parent_matrix = this->attachParentLayerTransform(jlayer, abuilder, layer_index); in attachLayerTransformImpl() [all …]
|
/external/drm_hwcomposer/compositor/ |
D | drmdisplaycomposition.cpp | 63 for (size_t layer_index = 0; layer_index < num_layers; layer_index++) { in SetLayers() local 64 layers_.emplace_back(std::move(layers[layer_index])); in SetLayers()
|
/external/skia/modules/skottie/src/ |
D | Composition.cpp | 175 LayerBuilder* CompositionBuilder::layerBuilder(int layer_index) { in layerBuilder() argument 176 if (layer_index < 0) { in layerBuilder() 180 if (const auto* idx = fLayerIndexMap.find(layer_index)) { in layerBuilder()
|
D | Composition.h | 28 LayerBuilder* layerBuilder(int layer_index);
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.hpp | 216 …d (*getColorFloatComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, 219 …d (*getColorUByteComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, 222 …id (*getColorUintComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, 225 …oid (*getColorIntComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, 228 void (*getDepthComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, 231 …void (*getStencilComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, 234 …d (*getCompressedComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index,
|
D | esextcTextureCubeMapArraySampling.cpp | 1666 void (*getComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, in verifyResultImage() argument
|
/external/ImageMagick/coders/ |
D | psd.c | 3364 layer_index, in WritePSDLayersInternal() local 3391 layer_index=0; in WritePSDLayersInternal() 3429 layer_size_offsets[layer_index++]=TellBlob(image); in WritePSDLayersInternal() 3459 (double) layer_index); in WritePSDLayersInternal() 3503 layer_index=0; in WritePSDLayersInternal() 3507 layer_size_offsets[layer_index++],MagickTrue,exception); in WritePSDLayersInternal()
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | network.py | 378 for layer_index, layer in enumerate(self.layers): 393 dependencies['layer-%d' % layer_index] = layer
|