Home
last modified time | relevance | path

Searched refs:gMap (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
DcorePublic.ts129 const gMap = globals?.Map; constant
131 …const constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]…
/third_party/skia/modules/svg/src/
DSkSVGFeMorphology.cpp43 static constexpr std::tuple<const char*, SkSVGFeMorphology::Operator> gMap[] = { in parse() local
48 return this->parseEnumMap(gMap, op) && this->parseEOSToken(); in parse()
DSkSVGFeBlend.cpp51 static constexpr std::tuple<const char*, SkSVGFeBlend::Mode> gMap[] = { in parse() local
59 return this->parseEnumMap(gMap, mode) && this->parseEOSToken(); in parse()
DSkSVGFeDisplacementMap.cpp60 static constexpr std::tuple<const char*, SkSVGFeDisplacementMap::ChannelSelector> gMap[] = { in parse() local
67 return this->parseEnumMap(gMap, channel) && this->parseEOSToken(); in parse()
/third_party/mesa3d/src/mesa/main/
Dpixeltransfer.c89 const GLfloat *gMap = ctx->PixelMaps.GtoG.Map; in _mesa_map_rgba() local
99 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() local
123 rgba[i][GCOMP] = gMap[index[i] & gmask]; in _mesa_map_ci_to_rgba()
/third_party/typescript/lib/
DtypingsInstaller.js112 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]])…
Dtsc.js80 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]])…