Searched refs:gMap (Results 1 – 7 of 7) sorted by relevance
129 const gMap = globals?.Map; constant131 …const constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]…
43 static constexpr std::tuple<const char*, SkSVGFeMorphology::Operator> gMap[] = { in parse() local48 return this->parseEnumMap(gMap, op) && this->parseEOSToken(); in parse()
51 static constexpr std::tuple<const char*, SkSVGFeBlend::Mode> gMap[] = { in parse() local59 return this->parseEnumMap(gMap, mode) && this->parseEOSToken(); in parse()
60 static constexpr std::tuple<const char*, SkSVGFeDisplacementMap::ChannelSelector> gMap[] = { in parse() local67 return this->parseEnumMap(gMap, channel) && this->parseEOSToken(); in parse()
89 const GLfloat *gMap = ctx->PixelMaps.GtoG.Map; in _mesa_map_rgba() local99 rgba[i][GCOMP] = gMap[(int)_mesa_lroundevenf(g * gscale)]; in _mesa_map_rgba()117 const GLfloat *gMap = ctx->PixelMaps.ItoG.Map; in _mesa_map_ci_to_rgba() local123 rgba[i][GCOMP] = gMap[index[i] & gmask]; in _mesa_map_ci_to_rgba()
112 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map;114 …var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]])…
80 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map;81 …var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]])…