Home
last modified time | relevance | path

Searched refs:gMap (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGFeDisplacementMap.cpp60 static constexpr std::tuple<const char*, SkSVGFeDisplacementMap::ChannelSelector> gMap[] = { in parse() local
67 return this->parseEnumMap(gMap, channel) && this->parseEOSToken(); in parse()
H A DSkSVGFeMorphology.cpp43 static constexpr std::tuple<const char*, SkSVGFeMorphology::Operator> gMap[] = { in parse() local
48 return this->parseEnumMap(gMap, op) && this->parseEOSToken(); in parse()
H A DSkSVGFeBlend.cpp51 static constexpr std::tuple<const char*, SkSVGFeBlend::Mode> gMap[] = { in parse() local
59 return this->parseEnumMap(gMap, mode) && this->parseEOSToken(); in parse()
/third_party/mesa3d/src/mesa/main/
H A 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/
H A 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]]).size === 1 ? gMap : undefined;
[all...]
H A 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]]).size === 1 ? gMap : undefined;
[all...]
H A Dtsserverlibrary.js131 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map;
133 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined;
[all...]
H A Dtypescript.js122 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map;
124 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined;
[all...]
H A DtypescriptServices.js122 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map;
124 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined;
[all...]
H A Dtsserver.js132 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map;
134 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined;
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js317 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map;
319 return typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined;
[all...]

Completed in 178 milliseconds